Skip to content

Commit fedfdd4

Browse files
committed
fix: fix ci bug
1 parent 8867d22 commit fedfdd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ jobs:
1313
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
1414
with:
1515
python-version: "3.x"
16+
- name: Install shfmt and shellcheck
17+
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt
1618
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1
19+
with:
20+
extra_args: --all-files

0 commit comments

Comments
 (0)