Skip to content

Commit 276b665

Browse files
fix
1 parent a9ae490 commit 276b665

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/presubmit.yml

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

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

1616
steps:
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2424
with:
2525
cache: npm
26-
node-version-file: ".nvmrc"
26+
node-version-file: '.nvmrc'
2727

2828
- name: Install dependencies
2929
run: npm ci
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run check-format
3333

3434
check-docs:
35-
name: "[Required] Check docs updated"
35+
name: '[Required] Check docs updated'
3636
runs-on: ubuntu-latest
3737

3838
steps:
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4646
with:
4747
cache: npm
48-
node-version-file: ".nvmrc"
48+
node-version-file: '.nvmrc'
4949

5050
- name: Install dependencies
5151
run: npm ci

0 commit comments

Comments
 (0)