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 ec9b4c1 commit 80be5b7Copy full SHA for 80be5b7
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Test
+name: Pull Request tests
2
3
on:
4
pull_request:
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
test:
11
+ name: plugin/tests (ubuntu-latest, Node v${{ matrix.node-version }})
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
@@ -36,6 +37,7 @@ jobs:
36
37
run: yarn build:ts
38
39
lint:
40
+ name: plugin/lint (ubuntu-latest, Node v22)
41
42
43
steps:
@@ -58,6 +60,7 @@ jobs:
58
60
run: yarn build:ts --noEmit
59
61
62
docs-build:
63
+ name: docs/build (ubuntu-latest, Node v18)
64
65
66
0 commit comments