Skip to content

Added `esis.flights.f1.optics.gratings.efficiencies.efficiency_vs_x()… #82

Added `esis.flights.f1.optics.gratings.efficiencies.efficiency_vs_x()…

Added `esis.flights.f1.optics.gratings.efficiencies.efficiency_vs_x()… #82

Workflow file for this run

name: Black
on:
push:
branches:
- master
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./esis"