Skip to content

🚧 migrating to chezmoi and mkdocs #5

🚧 migrating to chezmoi and mkdocs

🚧 migrating to chezmoi and mkdocs #5

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: pre-commit/[email protected]
# call make script
- name: make
run: make install