Skip to content

build(deps): bump the all group across 1 directory with 4 updates #1721

build(deps): bump the all group across 1 directory with 4 updates

build(deps): bump the all group across 1 directory with 4 updates #1721

Workflow file for this run

name: clang-format
on: [push, pull_request]
permissions:
contents: read
jobs:
check-clang-format:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: npm ci --ignore-scripts
- name: check clang-format
run: |
git config clangFormat.binary node_modules/.bin/clang-format
git config clangFormat.style file
npx check-clang-format