Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b4a8d58

Browse filesBrowse files
committed
pre-commit action is broken, just install it and run it manually
1 parent ca30280 commit b4a8d58
Copy full SHA for b4a8d58

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.github/workflows/tests.yaml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
- uses: actions/setup-python@v3
1111
with:
1212
python-version: "3.11"
13-
- uses: pre-commit/action@v3.0.0
13+
- name: pre-commit
14+
run: |
15+
python -m pip install pre-commit
16+
pre-commit run --show-diff-on-failure --all-files
1417
pytest:
1518
name: pytest
1619
runs-on: ubuntu-latest

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.