change: add increased timeout to linting step in CI

pull/1254/head v5.4.9
iwilltry42 1 year ago
parent 0b1c0d8cd6
commit 1896728263
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 2
      .github/workflows/release.yaml

@ -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

Loading…
Cancel
Save