We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ea5ca commit 00a12dfCopy full SHA for 00a12df
1 file changed
.github/workflows/ci.yaml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Run test and lint on ${{ matrix.go-version }}
20
- uses: ./.github/workflows/lint-test.yaml
+ uses: ./.github/workflows/lint-tests.yaml
21
with:
22
go-version: ${{ matrix.go-version }}
0 commit comments