Skip to content

build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #87

build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0

build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #87

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.10'
cache: pip
cache-dependency-path: pyproject.toml
- run: pip install --upgrade check-manifest flake8 isort setuptools
- run: check-manifest
- run: flake8 .
- run: isort . --check-only