Skip to content

Commit

Permalink
add report/error level for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Sep 20, 2021
1 parent 398c592 commit 4934970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
id: lint
with:
mode: lint
report_level: all
fail_level: warn
repository-list: ${{ needs.setup.outputs.repository-list }}
tool-list: ${{ needs.setup.outputs.tool-list }}
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Also consider adding:
- `.github/CODEOWNERS`
- `.github/PULL_REQUEST_TEMPLATE.md`

By default tool linting will fail also for warning. You can change this by modifying the value of ``error_level`` in the lint job [here](https://github.com/galaxyproject/galaxy-tool-repository-template/blob/main/.github/workflows/pr.yaml)

Updates
=======

Expand Down

0 comments on commit 4934970

Please sign in to comment.