We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c57c6 commit 3cbefb0Copy full SHA for 3cbefb0
.github/workflows/documentation.yml
@@ -1,4 +1,4 @@
1
-name: Documentation
+name: Build documentation
2
3
on:
4
push:
@@ -8,7 +8,7 @@ on:
8
pull_request:
9
10
jobs:
11
- build:
+ build_docs:
12
permissions:
13
actions: write
14
contents: write
.github/workflows/test.yml
@@ -15,7 +15,7 @@ permissions:
15
contents: read
16
17
18
- test:
+ run_tests:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
0 commit comments