Skip to content

unittests.yml: Add macOS to the testing #158

unittests.yml: Add macOS to the testing

unittests.yml: Add macOS to the testing #158

Workflow file for this run

name: Static analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run flake8
run: |
# ignore errors for long lines and multi-statement lines
pipx run flake8 --ignore=E501,E701,W503 .