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 325a10d commit 459b4d1Copy full SHA for 459b4d1
.github/workflows/main.yml
@@ -39,4 +39,8 @@ jobs:
39
# Get the names of the packages being added to the archive, and feed these
40
# to opam-ci-check
41
- name: Lint newly archived packages
42
- run: git diff --name-only origin/main packages | sed 's:.*/\(.*\)/opam:\1:' | parallel opam exec -- opam-ci-check lint -r . --checks=archive-repo
+ run: |
43
+ git diff --name-only origin/main packages \
44
+ | sed 's:.*/\(.*\)/opam:\1:' \
45
+ | xargs --max-lines=1 --max-procs=4 opam exec -- opam-ci-check lint -r . --checks=archive-repo \
46
+ | grep "Error in"
0 commit comments