Skip to content

chore(deps): update dependency mypy to v1.12.1 #258

chore(deps): update dependency mypy to v1.12.1

chore(deps): update dependency mypy to v1.12.1 #258

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/[email protected]
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
EXCLUDE_PATTERN: "\\.git/"
DRY_RUN: true