Skip to content

Bump pygments from 2.19.2 to 2.20.0 in /code_utils #662

Bump pygments from 2.19.2 to 2.20.0 in /code_utils

Bump pygments from 2.19.2 to 2.20.0 in /code_utils #662

name: Check - formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Check formatting
run: npm run format:js:check