Skip to content

Renamed esis.flights.f1.optics.primary_mirrors to `esis.flights.f1.… #53

Renamed esis.flights.f1.optics.primary_mirrors to `esis.flights.f1.…

Renamed esis.flights.f1.optics.primary_mirrors to `esis.flights.f1.… #53

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"