Skip to content

maint: update templates to render out of the box #407

maint: update templates to render out of the box

maint: update templates to render out of the box #407

Workflow file for this run

name: Code Checks
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
release:
types: [published]
jobs:
pre-commit:
name: "Run pre-commit"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v2.0.3