Skip to content

Commit 6ab3292

Browse files
authored
Create todo.yml
1 parent 93f4bfa commit 6ab3292

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/todo.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Check TODO
2+
on: [push, pull_request]
3+
jobs:
4+
todo:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v3
8+
- name: Run tdg-github-action
9+
uses: ribtoks/tdg-github-action@v0.4.6-beta
10+
with:
11+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
REPO: ${{ github.repository }}
13+
SHA: ${{ github.sha }}
14+
REF: ${{ github.ref }}
15+
COMMENT_ON_ISSUES: true

0 commit comments

Comments
 (0)