Skip to content

Commit

Permalink
Fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
toga4 committed Jan 7, 2023
1 parent e38c7fb commit f15e565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Lint

on:
push:
Expand All @@ -14,3 +14,4 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m

0 comments on commit f15e565

Please sign in to comment.