Skip to content

Commit b986d89

Browse files
committed
wip
1 parent 638a3fd commit b986d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -86,7 +86,7 @@ jobs:
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'

0 commit comments

Comments
 (0)