Skip to content

Bump the all group with 6 updates #1708

Bump the all group with 6 updates

Bump the all group with 6 updates #1708

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@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
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