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 84df3ec commit c4c5f6eCopy full SHA for c4c5f6e
.github/workflows/pre-commit.yml
@@ -11,4 +11,8 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-python@v3
14
+ - uses: actions/cache@v3
15
+ with:
16
+ path: ~/.cache/pre-commit
17
+ key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
18
- uses: pre-commit/[email protected]
0 commit comments