File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 check-format :
13- name : " [Required] Check correct format"
13+ name : ' [Required] Check correct format'
1414 runs-on : ubuntu-latest
1515
1616 steps :
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
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 :
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
You can’t perform that action at this time.
0 commit comments