Skip to content

maint: bump dependency versions #87

maint: bump dependency versions

maint: bump dependency versions #87

Workflow file for this run

name: qa
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting-check:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: .
exclude-regex: './contrib/'