We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428adc4 commit 9091310Copy full SHA for 9091310
1 file changed
.github/workflows/precommit-check.yml
@@ -20,7 +20,8 @@ jobs:
20
uses: trilom/file-changes-action@v1.2.4
21
with:
22
output: ' '
23
- - uses: actions/setup-python@v3
+ - run: ln -s /usr/bin/python3 /usr/bin/python
24
+ shell: bash
25
- name: Run pre-commit
26
uses: pre-commit/action@v3.0.1
27
0 commit comments