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 29d0fbb commit fdba34fCopy full SHA for fdba34f
.github/workflows/pre-commit.yml
@@ -7,6 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
+ - uses: actions/cache@v2
11
+ with:
12
+ path: |
13
+ ~/.cache/pre-commit
14
+ ~/.cache/pip
15
+ key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
16
- uses: actions/setup-python@v2
17
- name: Install pre-commit
18
run: |
0 commit comments