Skip to content

use clang 16

use clang 16 #11

Workflow file for this run

name: Check code style
on:
push:
pull_request:
workflow_dispatch:
jobs:
format:
name: Check code style
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: cpp-linter/cpp-linter-action@v2
with:
style: file
extensions: 'c,h,m,C,H,cpp,mm,hpp,cc,hh,c++,h++,cxx,hxx'
tidy-checks: '-*'
version: '16'
files-changed-only: ${{ github.event_name == 'pull_request' }}
step-summary: true