Skip to content

Test the all-failed/all-new/long test views #75

Test the all-failed/all-new/long test views

Test the all-failed/all-new/long test views #75

Workflow file for this run

name: flake
on: [push, pull_request]
jobs:
flake:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.13"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
pip install flake8
flake8 .