Skip to content

Commit ad7f76c

Browse files
committed
lint
1 parent 374cbb4 commit ad7f76c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
group: [check_release, link_check]
21+
fail-fast: false
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v2

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ concurrency:
99
cancel-in-progress: true
1010

1111
jobs:
12-
1312
# Run "pre-commit run --all-files"
1413
pre-commit:
1514
name: Run pre-commit hook

0 commit comments

Comments
 (0)