Skip to content

Add Firelands zone #288

Add Firelands zone

Add Firelands zone #288

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.10.4'
cache: 'pip'
- name: Update pip
run: python -m pip install --upgrade pip
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Flake8
run: make flake8