File tree Expand file tree Collapse file tree 10 files changed +32
-16
lines changed Expand file tree Collapse file tree 10 files changed +32
-16
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: 'Tests: `nvm install-latest-npm`'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 matrix :
710 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: 'Tests: linting'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 eclint :
7- permissions :
8- contents : read
910 runs-on : ubuntu-latest
1011 steps :
1112 - uses : step-security/harden-runner@v2
2324 - run : npm run eclint
2425
2526 dockerfile_lint :
26- permissions :
27- contents : read
2827 runs-on : ubuntu-latest
2928 steps :
3029 - uses : step-security/harden-runner@v2
4443 - run : npm run dockerfile_lint
4544
4645 doctoc :
47- permissions :
48- contents : read
4946 runs-on : ubuntu-latest
5047 steps :
5148 - uses : step-security/harden-runner@v2
6360 - run : npm run doctoc:check
6461
6562 test_naming :
66- permissions :
67- contents : read
6863 runs-on : ubuntu-latest
6964 steps :
7065 - uses : step-security/harden-runner@v2
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Automatic Rebase
22
33on : [pull_request_target]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 _ :
710 permissions :
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: 'Tests: release process'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 release :
7- permissions :
8- contents : read
910 runs-on : ubuntu-latest
1011 steps :
1112 - name : Harden Runner
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Require “Allow Edits”
22
33on : [pull_request_target]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 _ :
710 permissions :
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ name: 'Tests: shellcheck'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 shellcheck_matrix :
7- permissions :
8- contents : read
910 runs-on : ubuntu-latest
1011 strategy :
1112 fail-fast : false
5253 needs : [shellcheck_matrix]
5354 runs-on : ubuntu-latest
5455 steps :
55- - name : Harden Runner
56- uses : step-security/harden-runner@v2
57- with :
58- egress-policy : block
5956 - run : true
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: urchin tests
22
33on : [push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 tests :
710 permissions :
4952 - run : make TERM=xterm-256color TEST_SUITE="${{ matrix.suite }}" SHELL="${{ matrix.shell }}" URCHIN="$(npx which urchin)" test-${{ matrix.shell }}
5053
5154 nvm :
55+ permissions :
56+ contents : none
5257 name : ' all test suites, all shells'
5358 needs : [tests]
5459 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: update readme TOC
22
33on : [push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 _ :
710 permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: 'Tests on Windows: `nvm install`'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58env :
69 NVM_INSTALL_GITHUB_REPO : ${{ github.repository }}
710 NVM_INSTALL_VERSION : ${{ github.sha }}
Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ current
2121npm-shrinkwrap.json
2222package-lock.json
2323yarn.lock
24+
25+ # rust build output
26+ target
You can’t perform that action at this time.
0 commit comments