Skip to content

Commit 8bce0e1

Browse files
committed
Fix codestyle check
1 parent f56192c commit 8bce0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
python-version: '3.8'
2727

2828
- name: Install pre-commit framework
29-
run: curl https://pre-commit.com/install-local.py | python -
29+
run: python -m pip install pre-commit
3030

3131
- name: Install dotnet-format
3232
run: dotnet tool install -g dotnet-format
3333

3434
- name: Run pre-commit
35-
run: ~/bin/pre-commit run --show-diff-on-failure --color=always --all-files
35+
run: python -m pre-commit run --show-diff-on-failure --color=always --all-files
3636

3737
build-and-test:
3838
name: Build and test ${{ matrix.os }}

0 commit comments

Comments
 (0)