From bf235291d57275617a73c592ae5aa4e1ec8e6b06 Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 16:30:25 +0200 Subject: [PATCH] Delete lint.yml --- .github/workflows/lint.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 8fab0fd..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Lint - -on: pull_request - -jobs: - eslint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: mrdivyansh/eslint-action@v1.0.7 - # GITHUB_TOKEN in forked repositories is read-only - # https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request - if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }} - with: - repo-token: ${{secrets.GITHUB_TOKEN}} - eslint-rc: .eslintrc.js - execute-on-files: - - index.js