Skip to content

Commit dadc126

Browse files
chore: update names
1 parent 1b226b8 commit dadc126

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/presubmit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
check-format:
13+
name: "[Required] Check correct format"
1314
runs-on: ubuntu-latest
1415

1516
steps:
@@ -22,7 +23,7 @@ jobs:
2223
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2324
with:
2425
cache: npm
25-
node-version-file: '.nvmrc'
26+
node-version-file: ".nvmrc"
2627

2728
- name: Install dependencies
2829
run: npm ci
@@ -31,6 +32,7 @@ jobs:
3132
run: npm run check-format
3233

3334
check-docs:
35+
name: "[Required] Check docs updated"
3436
runs-on: ubuntu-latest
3537

3638
steps:
@@ -43,7 +45,7 @@ jobs:
4345
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4446
with:
4547
cache: npm
46-
node-version-file: '.nvmrc'
48+
node-version-file: ".nvmrc"
4749

4850
- name: Install dependencies
4951
run: npm ci

0 commit comments

Comments
 (0)