diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d788e5cd..e88a4412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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`