Skip to content

Make headers GPL compliant and removed __pkginfo__ #550

Make headers GPL compliant and removed __pkginfo__

Make headers GPL compliant and removed __pkginfo__ #550

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
lint-mdanse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "MDANSE/Src"
lint-mdanse-gui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "MDANSE_GUI/Src"