Skip to content

Commit

Permalink
Merge pull request #5711 from galaxyproject/fixlint
Browse files Browse the repository at this point in the history
Set test to fail if one part of the pipe fails
  • Loading branch information
shiltemann authored Jan 22, 2025
2 parents d0b26c9 + a430ae3 commit 66053e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
- name: Check Tutorial Formatting
run: |
find topics/ -name tutorial.md | xargs -n 1 python bin/check-broken-boxes.py | reviewdog -efm="%f:%l: %m" -filter-mode=file -reporter=github-pr-review -fail-level=any
set -e
set -o pipefail
bundle exec ruby bin/lint.rb --format rdjson | reviewdog -filter-mode=file -reporter=github-pr-review -f=rdjsonl -fail-level=any
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 66053e3

Please sign in to comment.