Skip to content

ci(release): drop xcframework notarization #92

ci(release): drop xcframework notarization

ci(release): drop xcframework notarization #92

Workflow file for this run

name: clang_format
on:
workflow_dispatch:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
name: clang-format
runs-on: ubuntu-24.04
strategy:
matrix:
include:
- name: Linux-x86_64
os: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: tanh-lab/ci-actions/setup-cpp-build-tools@main
- uses: tanh-lab/ci-actions/clang-format-check@main
with:
SOURCES: "src/ include/ test/ examples/"