Skip to content

style: Fix imports in setup.py #3

style: Fix imports in setup.py

style: Fix imports in setup.py #3

Workflow file for this run

---
name: Tests
on:
push:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- pip install flake8 flake8-import-order

Check failure on line 23 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yaml (Line: 23, Col: 9): Unexpected value 'pip install flake8 flake8-import-order' .github/workflows/tests.yaml (Line: 24, Col: 9): Unexpected value 'flake8 .'
- flake8 .
- python -m unittest discover tests