Skip to content

Commit 9af6925

Browse files
committed
Remove extra args from pre-commit.yml
1 parent 03c1238 commit 9af6925

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
14-
- uses: pre-commit/[email protected]
15-
with:
16-
extra_args: end-of-file-fixer --all-files
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
- name: Setup
15+
uses: actions/setup-python@v2
16+
- name: Pre-commit
17+
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)