diff options
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r-- | .github/workflows/linter.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index 1b1ed931a..000000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Lint Pull Request - -# Documentation: -# https://github.com/github/super-linter - -on: - pull_request: - branches: [master] -jobs: - build: - name: Lint Code Base - runs-on: ubuntu-latest - steps: - - name: Checkout Code - uses: actions/checkout@v2 - - - name: Lint Code Base - uses: github/super-linter@v3 - env: - VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: master - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |