Skip to content

Use standard Windows ARM runner for WebAudio #45

Use standard Windows ARM runner for WebAudio

Use standard Windows ARM runner for WebAudio #45

Workflow file for this run

name: Cpplint
defaults:
run:
shell: bash
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
cpplint:
name: Cpplint
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 24.13.0
cache: 'npm'
- name: Install Modules
run: npm ci
- name: Install Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install Cpplint
run: pip install cpplint
- name: Run Cpplint
run: |
node -e "import('@node-3d/addon-tools').then((m) => m.cpcpplint())"
cpplint --recursive ./src/cpp