Skip to content

chore(deps): bump pre-commit-hooks from 4.4.0 to 4.5.0 #266

chore(deps): bump pre-commit-hooks from 4.4.0 to 4.5.0

chore(deps): bump pre-commit-hooks from 4.4.0 to 4.5.0 #266

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]