mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 05:07:38 +03:00
ci: Increase lint timeout
This commit is contained in:
parent
4e1cb7c5c1
commit
7ad6925c0d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -7,6 +7,11 @@ on:
|
|||
pull_request:
|
||||
branches: [ master, dev ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
checks: write
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
name: Lint
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue