We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8867d22 commit fedfdd4Copy full SHA for fedfdd4
.github/workflows/ci.yml
@@ -13,4 +13,8 @@ jobs:
13
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
14
with:
15
python-version: "3.x"
16
+ - name: Install shfmt and shellcheck
17
+ run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt
18
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1
19
+ with:
20
+ extra_args: --all-files
0 commit comments