Skip to content

Commit

Permalink
check added to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Sep 13, 2023
1 parent 0a811d9 commit 1ead1e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,21 @@ jobs:
ls -la mkdocs/site/
exit 1
fi
check:
if: always()

needs:
- test
- mypy_static_analysis
- bandit_static_analysis
- semgrep_static_analysis:

runs-on: ubuntu-latest

steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1 # nosemgrep
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 1ead1e7

Please sign in to comment.