Skip to content

unittests.yml: Add macOS to the testing #210

unittests.yml: Add macOS to the testing

unittests.yml: Add macOS to the testing #210

Workflow file for this run

name: Static analysis
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run flake8
run: make lint