Skip to content

Commit 25e9305

Browse files
committed
Run pre-commit on all files
1 parent 4961ab0 commit 25e9305

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/precommits_check.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,11 @@ jobs:
1717
python-version: "3.9"
1818
cache: "pip"
1919

20-
- name: Getting changed files list
21-
id: files
22-
uses: jitterbit/get-changed-files@master
23-
- name: Checking changed files
24-
shell: bash
25-
run: |
26-
echo "Changed files"
27-
echo ${{ steps.files.outputs.all }}
28-
echo "GitHub Client version"
29-
echo $(gh --version)
3020
- name: Pre-Commit Checks
3121
run: |
3222
python -m pip install --upgrade pip
3323
pip install pre-commit
3424
echo "Running pre-commit scans:"
3525
# adding log display in case of pre-commit errors
36-
pre-commit run -v --files ${{ steps.files.outputs.all }}
26+
pre-commit run -v --all-files
3727
shell: bash

0 commit comments

Comments
 (0)