File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1515 - ' .nuget/*'
1616 - build/*.ps1
1717
18- permissions :
19- contents : read
18+ permissions : {}
2019
2120jobs :
2221 analyze :
2322 permissions :
2423 contents : read
25- security-events : write
26- actions : read
24+ packages : read
25+ statuses : write
2726 name : Lint
2827 runs-on : ubuntu-latest
2928
3433 fetch-depth : 0
3534
3635 - name : Lint Code Base
37- uses : super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
36+ uses : super-linter/super-linter/slim @12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
3837 env :
3938 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39+ IGNORE_GITIGNORED_FILES : true
40+ VALIDATE_ALL_CODEBASE : true
4041 LINTER_RULES_PATH : /
42+ VALIDATE_EDITORCONFIG : true
4143 EDITORCONFIG_FILE_NAME : .editorconfig
42- IGNORE_GITIGNORED_FILES : true
44+ VALIDATE_CLANG_FORMAT : false
45+ VALIDATE_CPP : true
Original file line number Diff line number Diff line change 2323 - ' .nuget/*'
2424 - build/*.ps1
2525
26+ permissions :
27+ contents : read
28+
2629jobs :
2730 build :
2831 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2323 - ' .nuget/*'
2424 - build/*.ps1
2525
26+ permissions :
27+ contents : read
28+
2629jobs :
2730 build :
2831 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments