1
0
Fork 0
forked from Mirrors/gomuks

ci: rename workflow jobs

This commit is contained in:
Tulir Asokan 2024-11-10 21:55:23 +02:00
parent d5c6d97d80
commit d22077a211
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version: ["1.23"]
name: Lint and test ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
name: Lint Go ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
steps:
- uses: actions/checkout@v4

View file

@ -8,7 +8,7 @@ jobs:
defaults:
run:
working-directory: ./web
name: Lint
name: Lint JS
steps:
- uses: actions/checkout@v4