Skip to content

Merge branch 'pr-57' of github.com:wehs7661/ensemble_md into pr-57 #622

Merge branch 'pr-57' of github.com:wehs7661/ensemble_md into pr-57

Merge branch 'pr-57' of github.com:wehs7661/ensemble_md into pr-57 #622

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.9'
- name: Install the package
run: |
python setup.py develop --no-deps
- name: Install flake8
run: |
pip install flake8
- name: Run flake8
run: |
flake8 ensemble_md