Skip to content

fix: bug fixes + fix for issue #15 #17

fix: bug fixes + fix for issue #15

fix: bug fixes + fix for issue #15 #17

Workflow file for this run

name: todo
on:
push:
branches: [master,main]
jobs:
todo:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
name: Check Todos
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}