Skip to content

Usable magic command with a few minor fixes to make a demo work for d… #44

Usable magic command with a few minor fixes to make a demo work for d…

Usable magic command with a few minor fixes to make a demo work for d… #44

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}