Skip to content

Add helper function for reading epoch and effarea #139

Add helper function for reading epoch and effarea

Add helper function for reading epoch and effarea #139

---
name: v2dl3-codeChecking
on:
pull_request:
paths-ignore:
- 'utils/**vegas**'
- 'utils/compare_fits_dirs.sh'
- '.github/v2dl3-vegas.yml'
- '.git*'
- 'CITATION.cff'
- 'environment-vegas.yml'
- 'LICENSE'
- 'README.md'
- 'setup.py'
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E203,W503"
max-line-length: "127"
path: "."