Skip to content

Commit

Permalink
Create todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom authored Oct 26, 2022
1 parent 93f4bfa commit 6ab3292
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check TODO
on: [push, pull_request]
jobs:
todo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tdg-github-action
uses: ribtoks/tdg-github-action@v0.4.6-beta
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
COMMENT_ON_ISSUES: true

0 comments on commit 6ab3292

Please sign in to comment.