Skip to content

Commit

Permalink
ci(ci): added fixmes notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
rippleFCL committed Feb 17, 2025
1 parent 55db436 commit 683f3e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@ jobs:
uses: ./.github/actions/setup
- name: Run unit tests
run: python3 -m pytest .

fixmes:
name: FIXME check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bbugh/action-fixme-check@master # or @ the latest release
with:
terms: 'WIP|FIXME' # optional, defaults to `FIXME`
case-sensitive: false # optional, defaults to `true`

0 comments on commit 683f3e7

Please sign in to comment.