Skip to content

Commit

Permalink
change: add increased timeout to linting step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Mar 17, 2023
1 parent 0b1c0d8 commit 1896728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: make ci-setup
# Code Check
- name: Run Static Analysis
run: make lint
run: make ci-lint
# Tests
- name: Run Go Tests
run: make test
Expand Down

0 comments on commit 1896728

Please sign in to comment.