Skip to content

build(deps): pin tsd-api-client to <3.6 #376

build(deps): pin tsd-api-client to <3.6

build(deps): pin tsd-api-client to <3.6 #376

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != github.repository_owner)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/[email protected]