• v1.1.0 c044081a5f

    v1.1.0
    All checks were successful
    Test / checks (map[name:stable]) (push) Successful in 1m25s
    Test / checks (map[name:nightly]) (push) Successful in 1m51s
    Stable

    kemitix released this 2024-09-22 15:04:02 +01:00 | 7 commits to main since this release

    What's new

    • Added mirror on code.forgejo.org

    This allows:

    jobs:
      tests:
        steps:
          - name: Checkout
            uses: actions/checkout@v4
    
          - name: Check TODOs
            uses: kemitix/todo-checker@v1.0.0 # <<-- this
    
    • Only scan text files
    • Improve error messages
    • Only look for issue number within the comment
    Downloads
  • v1.0.0 1dea159a7b

    v1.0.0
    All checks were successful
    Test / test (push) Successful in 1m31s
    Stable

    kemitix released this 2024-09-20 22:02:21 +01:00 | 21 commits to main since this release

    Checks your source files for TODO and FIXME comments, where they don't have an open issue number.

    A ForgeJo Action.

    Downloads