File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4848 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4949 with :
5050 path : ~/.cache/pre-commit
51- key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}}}
51+ key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-warmup
52+ restore-keys : ${{ runner.os }}-pre-commit-
5253
5354 - name : Run pre-commit
5455 run : pre-commit install --install-hooks
Original file line number Diff line number Diff line change 5959 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6060 with :
6161 path : ~/.cache/pre-commit
62- key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}}}
62+ key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
63+ restore-keys : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-
6364
6465 - name : Run pre-commit
6566 run : pre-commit run --show-diff-on-failure --color=always --all-files
You can’t perform that action at this time.
0 commit comments