Skip to content

Bump codecov/codecov-action from 5.0.7 to 5.1.2 #174

Bump codecov/codecov-action from 5.0.7 to 5.1.2

Bump codecov/codecov-action from 5.0.7 to 5.1.2 #174

---
name: Check formatting
on:
push:
branches:
- master
pull_request:
concurrency:
group: check-formatting-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: "15"
- uses: actionsx/prettier@v3
with:
args: --check .