We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374cbb4 commit ad7f76cCopy full SHA for ad7f76c
.github/workflows/check-release.yml
@@ -18,6 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
group: [check_release, link_check]
21
+ fail-fast: false
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v2
.github/workflows/main.yml
@@ -9,7 +9,6 @@ concurrency:
9
cancel-in-progress: true
10
11
jobs:
12
-
13
# Run "pre-commit run --all-files"
14
pre-commit:
15
name: Run pre-commit hook
0 commit comments