Skip to content

chore(deps):(deps): bump codecov/codecov-action from 6 to 7 #35

chore(deps):(deps): bump codecov/codecov-action from 6 to 7

chore(deps):(deps): bump codecov/codecov-action from 6 to 7 #35

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"
- uses: astral-sh/ruff-action@v3
with:
args: "check"