We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2d704 commit fab11a6Copy full SHA for fab11a6
.github/workflows/ci.yaml
@@ -19,6 +19,7 @@ jobs:
19
copywrite --config .github/workflows/scripts/copywrite.hcl \
20
headers --spdx "BSD-3-Clause" --plan
21
run-tests:
22
+ timeout-minutes: 5
23
runs-on: ubuntu-24.04
24
steps:
25
- uses: actions/checkout@v4
Justfile
@@ -33,7 +33,7 @@ vet:
33
# apply golangci-lint linters on source tree
34
[group('lint')]
35
lint: vet
36
- $GOBIN/golangci-lint run --config .github/workflows/scripts/golangci.yaml
+ $GOBIN/golangci-lint run --config {{scripts}}/golangci.yaml
37
38
# show host system information
39
[group('build')]
0 commit comments