Skip to content

Commit bdcc882

Browse files
committed
fix: fix ci bug
1 parent d918dd3 commit bdcc882

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ jobs:
1313
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
1414
with:
1515
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-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
21-
id: apt-cache
22-
with:
23-
path: /var/cache/apt
24-
key: apt-${{ runner.os }}-shellcheck-shfmt
2516
- name: Install shfmt and shellcheck
2617
if: steps.apt-cache.outputs.cache-hit != 'true'
2718
run: sudo apt-get update && sudo apt-get install -y shellcheck shfmt

0 commit comments

Comments
 (0)