Skip to content

Commit f4c45d1

Browse files
committed
Add needs statement back
1 parent 3773385 commit f4c45d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040

4141
build-and-test:
4242
name: Build and Test
43+
needs:
44+
- check_format
45+
- check_docs
4346

4447
strategy:
4548
fail-fast: false

0 commit comments

Comments
 (0)