Skip to content

chore(deps): update dependency coverage to v7.5.3 #201

chore(deps): update dependency coverage to v7.5.3

chore(deps): update dependency coverage to v7.5.3 #201

name: TODOs on PRs
# only for branches other than main
on:
push:
branches:
- "**"
- "!main"
pull_request:
branches:
- "**"
- "!main"
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run tdg-github-action
uses: ribtoks/tdg-github-action@v0.4.10-beta
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
EXCLUDE_PATTERN: "\\.git/"
DRY_RUN: true