Restrict linting to bash

This commit is contained in:
Erik Westrup
2022-02-01 17:52:39 +01:00
parent b3c64ca2ee
commit 130372e641

View File

@@ -23,5 +23,6 @@ jobs:
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_BASH: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}