Skip to content

Merge pull request #807 from ftnext/refactor/add-makefile #167

Merge pull request #807 from ftnext/refactor/add-makefile

Merge pull request #807 from ftnext/refactor/add-makefile #167

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