File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 name : Test
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313 - uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
1414 - run : go test ./...
1515 lint :
1616 name : Lint
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020 - uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
2121 - run : golangci-lint run
Original file line number Diff line number Diff line change 88 name : Release
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212 with :
1313 fetch-depth : 0
1414 - run : ./bin/hermit env --raw >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments