Skip to content

Bump codecov/codecov-action from 3 to 5 in the github-actions group #137

Bump codecov/codecov-action from 3 to 5 in the github-actions group

Bump codecov/codecov-action from 3 to 5 in the github-actions group #137

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1