File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
path : ${{ env.pythonLocation }}
25
25
key : ${{ runner.os }}-python-autofix-${{ env.pythonLocation }}-${{ hashFiles('requirements-autofix.txt') }}-v01
26
- - name : Install GitHub Actions dependencies
26
+ - name : Install dependencies
27
27
if : steps.cache.outputs.cache-hit != 'true'
28
28
run : pip install -r requirements-autofix.txt
29
29
- name : Get changed files
34
34
with :
35
35
path : ~/.cache/pre-commit
36
36
key : ${{ runner.os }}-pre-commit-hooks-${{ hashFiles('.pre-commit-config.yml') }}-v01
37
- - run : pre-commit run ${{ steps.changed-files.outputs.all_changed_files }}
37
+ - run : pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}
38
38
# Allow debugging with tmate
39
39
- name : Setup tmate session
40
40
uses : mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments