Skip to content

[MAINT] run test and flake8 github actions #3

[MAINT] run test and flake8 github actions

[MAINT] run test and flake8 github actions #3

Workflow file for this run

name: validate
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install flake8
- name: run flake8
run: flake8 atlasreader