File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010name : Check Transpiled JavaScript
1111
1212on :
13+ pull_request :
14+ branches :
15+ - main
1316 push :
1417 branches :
1518 - main
16- pull_request :
1719
1820permissions :
1921 contents : read
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Continuous Integration
22
33on :
44 pull_request :
5+ branches :
6+ - main
57 push :
68 branches :
79 - main
Original file line number Diff line number Diff line change 11name : CodeQL
22
33on :
4- push :
4+ pull_request :
55 branches :
66 - main
7- pull_request :
7+ push :
88 branches :
99 - main
1010 schedule :
1111 - cron : ' 31 7 * * 3'
1212
13+ permissions :
14+ actions : read
15+ checks : write
16+ contents : read
17+ security-events : write
18+
1319jobs :
1420 analyze :
1521 name : Analyze
1622 runs-on : ubuntu-latest
1723
18- permissions :
19- actions : read
20- checks : write
21- contents : read
22- security-events : write
23-
2424 strategy :
2525 fail-fast : false
2626 matrix :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Lint Codebase
22
33on :
44 pull_request :
5+ branches :
6+ - main
57 push :
68 branches :
79 - main
2022 - name : Checkout
2123 id : checkout
2224 uses : actions/checkout@v4
25+ with :
26+ fetch-depth : 0
2327
2428 - name : Setup Node.js
2529 id : setup-node
3438
3539 - name : Lint Codebase
3640 id : super-linter
37- uses : super-linter/super-linter/slim@v5
41+ uses : super-linter/super-linter/slim@v6
3842 env :
3943 DEFAULT_BRANCH : main
4044 FILTER_REGEX_EXCLUDE : dist/**/*
You can’t perform that action at this time.
0 commit comments