Skip to content

Bump flake8 from 6.1.0 to 7.1.0 #74

Bump flake8 from 6.1.0 to 7.1.0

Bump flake8 from 6.1.0 to 7.1.0 #74

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Run tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check linting
run: make lint
- name: Run tests
run: make test