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 d918dd3 commit bdcc882Copy full SHA for bdcc882
.github/workflows/ci.yml
@@ -13,15 +13,6 @@ jobs:
13
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
14
with:
15
python-version: "3.x"
16
- - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
17
- with:
18
- path: ~/.cache/pre-commit
19
- key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
20
21
- id: apt-cache
22
23
- path: /var/cache/apt
24
- key: apt-${{ runner.os }}-shellcheck-shfmt
25
- name: Install shfmt and shellcheck
26
if: steps.apt-cache.outputs.cache-hit != 'true'
27
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt
0 commit comments