Skip to content

feat: add clang-format #2

feat: add clang-format

feat: add clang-format #2

Workflow file for this run

name: Lint Clang
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
lint:
if: false # temporarily disable clang linting
name: Run clang lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run clang lint
run: yarn lint-clang