Skip to content

Bump @babel/plugin-transform-modules-systemjs from 7.18.9 to 7.29.4 in /website #421

Bump @babel/plugin-transform-modules-systemjs from 7.18.9 to 7.29.4 in /website

Bump @babel/plugin-transform-modules-systemjs from 7.18.9 to 7.29.4 in /website #421

# From: https://github.com/marketplace/actions/clang-format-check#multiple-paths
name: clang-format Check
on:
pull_request:
workflow_dispatch:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'cachelib'
- 'examples'
steps:
- uses: actions/checkout@v6
- name: Run clang-format
uses: jidicula/clang-format-action@v4.18.0
with:
clang-format-version: '21'
check-path: ${{ matrix.path }}