From 7af1b9b878cc8738754c2341ddd5b8930d37ccdf Mon Sep 17 00:00:00 2001 From: stephen-shopopop <94382341+stephen-shopopop@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:46:09 +0100 Subject: [PATCH] Delete deno.yml --- .github/workflows/deno.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/deno.yml diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml deleted file mode 100644 index ac437ba..0000000 --- a/.github/workflows/deno.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# This workflow will install Deno then run Deno lint and test. -# For more information see: https://github.com/denoland/setup-deno - -name: Deno - -on: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - lint: - runs-on: ubuntu-latest - - steps: - - name: Setup repo - uses: actions/checkout@v2 - - - name: Setup Deno - # uses: denoland/setup-deno@v1 - uses: denoland/setup-deno@v1 - with: - deno-version: v1.24.1 - - # Uncomment this step to verify the use of 'deno fmt' on each commit. - - name: Verify formatting - run: deno fmt --check - - - name: Run linter - run: deno lint