File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111permissions :
1212 contents : read
13- packages : read
14- statuses : write
1513
1614jobs :
1715 lint :
@@ -20,31 +18,19 @@ jobs:
2018
2119 steps :
2220 - name : Checkout
23- id : checkout
2421 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25- with :
26- fetch-depth : 0
2722
2823 - name : Setup Node.js
29- id : setup-node
3024 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3125 with :
3226 node-version : 20
3327 cache : yarn
3428
3529 - name : Install Dependencies
36- id : install
3730 run : yarn install --immutable
3831
39- - name : Lint Codebase
40- id : super-linter
41- uses : super-linter/super-linter/slim@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
42- env :
43- DEFAULT_BRANCH : main
44- FILTER_REGEX_EXCLUDE : dist/**/*
45- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46- TYPESCRIPT_DEFAULT_STYLE : prettier
47- VALIDATE_ALL_CODEBASE : true
48- VALIDATE_JAVASCRIPT_STANDARD : false
49- VALIDATE_JSCPD : false
50- VALIDATE_TYPESCRIPT_STANDARD : false
32+ - name : Check Format
33+ run : yarn format:check
34+
35+ - name : Lint
36+ run : yarn lint
You can’t perform that action at this time.
0 commit comments