File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 uses : actions/setup-go@v3
3333 with :
3434 go-version : ' 1.20'
35- - name : Install utilities
35+ - name : install- utilities
3636 run : |
3737 go install mvdan.cc/[email protected] 3838 go install github.com/rinchsan/gosimports/cmd/[email protected] 3939 - name : format all files with auto-formatter
4040 run : bash ./.github/scripts/format-all-go-code.sh "$PWD"
41- - name : Check repository diff
41+ - name : check- repository- diff
4242 run : bash ./.github/scripts/check-work-copy-equals-to-committed.sh "auto-format broken"
4343 run-unit-tests :
4444 concurrency :
8686 - run-unit-tests
8787 runs-on : ubuntu-latest
8888 steps :
89- - name : Maximize build space
89+ - name : maximize- build- space
9090 uses :
AdityaGarg8/[email protected] 9191 with :
9292 remove-android : ' true'
You can’t perform that action at this time.
0 commit comments