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