Skip to content

Create extmath.py (#294) #4

Create extmath.py (#294)

Create extmath.py (#294) #4

Workflow file for this run

---
name: Python Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
jupyter: true
version: "23.1"