Skip to content

Draft MEDIC dynamic distortion correction method (second attempt) #21

Draft MEDIC dynamic distortion correction method (second attempt)

Draft MEDIC dynamic distortion correction method (second attempt) #21

Workflow file for this run

name: Validations
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master, main, 'maint/*' ]
env:
FORCE_COLOR: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run flake8-pyproject sdcflows/
# codespell:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: codespell-project/actions-codespell@v2