fix build job name

This commit is contained in:
Gabriel Augendre 2024-03-27 22:18:59 +01:00
parent 0f93f08dfd
commit 92a12682a1

View file

@ -16,7 +16,7 @@ jobs:
matrix: matrix:
go: ['1.21', '1.22'] go: ['1.21', '1.22']
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
name: lint name: build
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4