Skip to content

Merge branch 'main' of https://github.com/1pha/brain-age-prediction #131

Merge branch 'main' of https://github.com/1pha/brain-age-prediction

Merge branch 'main' of https://github.com/1pha/brain-age-prediction #131

Workflow file for this run

name: Run flake8 & pytest
on:
push:
jobs:
CI:
name: Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run flake8 and pytest
run: |
chmod +x setup.sh
./setup.sh
flake8 .