Skip to content

Basic region support #147

Basic region support

Basic region support #147

Workflow file for this run

name: Style check
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8
python -m pip install flake8-docstrings
- name: Check style with script (flake8)
run: |
./scripts/style_check.sh