mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 21:49:00 +00:00
adding shellcheck in ci/cd
This commit is contained in:
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
pip install -r tests-requirements.txt
|
pip install -r tests-requirements.txt
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
npm install -g remark-cli remark-validate-links
|
npm install -g remark-cli remark-validate-links
|
||||||
|
sudo apt-get install shellcheck
|
||||||
- name: Run with 1 worker
|
- name: Run with 1 worker
|
||||||
run: |
|
run: |
|
||||||
./tests.sh
|
./tests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user