Skip to content

Commit

Permalink
ci(ci): i have entered the pipeline
Browse files Browse the repository at this point in the history
added my fork of fixme check that dosnt error but still outputs annotations
  • Loading branch information
rippleFCL committed Feb 17, 2025
1 parent f99406f commit e7f6e83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bbugh/action-fixme-check@master # or @ the latest release
- uses: rippleFCL/action-fixme-[email protected]
with:
terms: 'WIP|FIXME' # optional, defaults to `FIXME`
case-sensitive: false # optional, defaults to `true`
terms: 'WIP|FIXME'
case-sensitive: false
severity: "WARNING"

0 comments on commit e7f6e83

Please sign in to comment.