Skip to content

Stage 4cal (Calibrated Stellar Spectra) #1188

Stage 4cal (Calibrated Stellar Spectra)

Stage 4cal (Calibrated Stellar Spectra) #1188

name: Flake8 Linting
on:
pull_request:
types: [opened,reopened,synchronize]
push:
branches:
- 'main'
- 'releases/**'
jobs:
lint:
name: flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- uses: tonybajan/[email protected]
with:
select: E1,E2,E3,E4,E5,E7,W6,F
ignore: W504,W503,E704,E226,E722
maxlinelength: 80
repotoken: ${{ secrets.GITHUB_TOKEN }}