Skip to content

Move and fix fad_ref_spectra.py #125

Move and fix fad_ref_spectra.py

Move and fix fad_ref_spectra.py #125

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: psf/black@stable
- uses: isort/isort-action@master
with:
requirementsFiles: "requirements.txt"