Skip to content

Update mundialis/actinia Docker tag to v2.6.6 #120

Update mundialis/actinia Docker tag to v2.6.6

Update mundialis/actinia Docker tag to v2.6.6 #120

Workflow file for this run

name: Python code quality check
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
flake8:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install
run: |
python -m pip install --upgrade pip
pip install flake8==3.8.0
- name: Run Flake8
run: |
flake8 --config=.flake8 --count --statistics --show-source --jobs=$(nproc) .