Skip to content

Bump codecov/codecov-action from 3 to 5 (#147) #553

Bump codecov/codecov-action from 3 to 5 (#147)

Bump codecov/codecov-action from 3 to 5 (#147) #553

Workflow file for this run

name: Format
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
- name: Install clang-format
run: sudo apt-get install clang-format
- uses: pre-commit/action@v3.0.1