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 1b226b8 commit dadc126Copy full SHA for dadc126
.github/workflows/presubmit.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
check-format:
13
+ name: "[Required] Check correct format"
14
runs-on: ubuntu-latest
15
16
steps:
@@ -22,7 +23,7 @@ jobs:
22
23
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
24
with:
25
cache: npm
- node-version-file: '.nvmrc'
26
+ node-version-file: ".nvmrc"
27
28
- name: Install dependencies
29
run: npm ci
@@ -31,6 +32,7 @@ jobs:
31
32
run: npm run check-format
33
34
check-docs:
35
+ name: "[Required] Check docs updated"
36
37
38
@@ -43,7 +45,7 @@ jobs:
43
45
44
46
47
48
49
50
51
0 commit comments