Skip to content

chore(deps): update pre-commit/action action to v3 (#18) #36

chore(deps): update pre-commit/action action to v3 (#18)

chore(deps): update pre-commit/action action to v3 (#18) #36

name: TODOs on main push
# only for the main branch
on:
push:
branches:
- main
jobs:
convert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run tdg-github-action
uses: ribtoks/[email protected]
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
MIN_WORDS: 1
MIN_CHARACTERS: 3
EXCLUDE_PATTERN: "\\.git/"