Skip to content

Bump eslint from 9.39.0 to 9.39.1 (#71) #182

Bump eslint from 9.39.0 to 9.39.1 (#71)

Bump eslint from 9.39.0 to 9.39.1 (#71) #182

name: JS - Prettier
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install Node dependencies
run: npm ci
- name: Run Prettier
run: npm run format:check