chore(ci): run shellcheck in lint step

This commit is contained in:
Orhun Parmaksız 2022-04-09 12:23:55 +03:00
parent 7474c89cec
commit eb0d4922f0
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -140,6 +140,13 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
with:
scandir: "./scripts"
env:
SHELLCHECK_OPTS: -e SC2086
- name: Install Rust
uses: actions-rs/toolchain@v1
with: