Skip to content

Commit

Permalink
add a CI step to run check against actual repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Sep 21, 2023
1 parent 5e75952 commit 6a4898f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ jobs:
ossrfc --version
ossrfc --help
# Run tool against own repository
selftest:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/poetrybuild
- name: Check own repository in DEBUG mode
run: poetry run ossrfc -r https://github.com/dbsystel/oss-red-flag-checker --debug

pytest:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 6a4898f

Please sign in to comment.