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