summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/linter.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linter.yml')
-rw-r--r--.github/workflows/linter.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
deleted file mode 100644
index 4c1604960..000000000
--- a/.github/workflows/linter.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Lint Code Base
-
-on:
- push:
- branches-ignore: [master]
- # Remove the line above to run when pushing to master
- pull_request:
- branches: [master]
-
-jobs:
- build:
- name: Lint Code Base
- runs-on: ubuntu-latest
- steps:
- - uses: actions/[email protected]
- - uses: github/[email protected]
- env:
- ERROR_ON_MISSING_EXEC_BIT: true
- VALIDATE_BASH: true
- # VALIDATE_BASH_EXEC: true
- # VALIDATE_EDITORCONFIG: true
- VALIDATE_MARKDOWN: true
- # VALIDATE_SHELL_SHFMT: true
- VALIDATE_YAML: true
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}