We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fdc94 commit 2a44a07Copy full SHA for 2a44a07
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