Skip to content

Bump eslint from 8.47.0 to 8.49.0 #5269

Bump eslint from 8.47.0 to 8.49.0

Bump eslint from 8.47.0 to 8.49.0 #5269

name: javascript / format
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Use Node.js LTS (18.x)
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: '18'
- name: Install project development dependencies
run: npm i
- name: 'Verify formatting of all files'
run: ./bin/check-formatting.sh