Skip to content

Commit

Permalink
test with wip linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Nov 28, 2024
1 parent abd47d7 commit 97d1e96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on: [push, pull_request]

jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/linting.yml@main
uses: mmacata/github-workflows/.github/workflows/linting.yml@no-diff-ruff
with:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
BASH_SEVERITY: 'warning'

post-pr-reviews:
needs: lint
if: ${{ needs.lint.result == 'failure' }}
uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@main
uses: mmacata/github-workflows/.github/workflows/post-pr-reviews.yml@no-diff-ruff

0 comments on commit 97d1e96

Please sign in to comment.