Skip to content

Bump codecov/codecov-action from 3 to 4 #1218

Bump codecov/codecov-action from 3 to 4

Bump codecov/codecov-action from 3 to 4 #1218

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Run linters
run: |
pipx install pre-commit
pre-commit run --all-files