Skip to content

Commit

Permalink
add dora repo conf (qiniu#221)
Browse files Browse the repository at this point in the history
* add dora-cloud conf

* fix comment
  • Loading branch information
jiangpeipei327 authored and zhouxiaoliang committed Jul 30, 2024
1 parent d49e3e5 commit cfe34a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ customConfig: # custom config for specific orgs or repos
- |
cd website && yarn build && cd ..
golangci-lint run --enable-all --timeout=5m0s --allow-parallel-runners=true --print-issued-lines=false --out-format=line-number >> $ARTIFACT/lint.log 2>&1
qbox/dora-cloud:
golangci-lint:
enable: true
command:
- "/bin/sh"
- "-c"
- "--"
args:
- |
cd next
golangci-lint run --timeout=10m0s --allow-parallel-runners=true --print-issued-lines=false --out-format=line-number >> $ARTIFACT/lint.log 2>&1

0 comments on commit cfe34a4

Please sign in to comment.