Skip to content

Commit

Permalink
ci: Increase lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jan 24, 2025
1 parent 4e1cb7c commit 7ad6925
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
pull_request:
branches: [ master, dev ]

permissions:
contents: read
pull-requests: read
checks: write

jobs:
golangci:
name: Lint
Expand All @@ -19,6 +24,7 @@ jobs:
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: "--timeout=30m"
buildsh:
name: "Verify build.sh"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ad6925

Please sign in to comment.