Skip to content

Commit 0be59be

Browse files
committed
Add an extra validation step on the action workflow
1 parent ef72c2a commit 0be59be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ jobs:
1010
uses: GusAntoniassi/action-setup-golangci-lint@master
1111
with:
1212
version: 1.24.0
13+
14+
- name: Validate
15+
run: golangci-lint --version

0 commit comments

Comments
 (0)