diff --git a/.github/workflows/autoblack.yml b/.github/workflows/linters.yml similarity index 80% rename from .github/workflows/autoblack.yml rename to .github/workflows/linters.yml index 761222b..7d809bd 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/linters.yml @@ -1,4 +1,4 @@ -name: Check / auto apply Black +name: Check / auto apply Black, Shellcheck on: push: branches: @@ -33,3 +33,13 @@ jobs: This pull request uses the [psf/black](https://github.com/psf/black) formatter. base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch branch: actions/black + + shellcheck: + name: Shellcheck + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run ShellCheck + uses: ludeeus/action-shellcheck@master + with: + additional_files: 'ynh-dev'