Skip to content

fix: course helper method template/formatting (#620) #159

fix: course helper method template/formatting (#620)

fix: course helper method template/formatting (#620) #159

name: formatting check
on:
push:
paths:
- "**.py"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--diff --check -t py311 canary"