Skip to content

Update infra-toolkit to v0.1.0 #102

Update infra-toolkit to v0.1.0

Update infra-toolkit to v0.1.0 #102

Workflow file for this run

name: pre-commit checks
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/action@v3.0.0
- uses: pre-commit-ci/lite-action@v1.0.1
# This will tell git to always run the pre-commit hook, even if the commit is a fast-forward
if: always()