Skip to content

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 #3453

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 #3453

Workflow file for this run

name: ESLint
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: Code Standard & Format
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node v20
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint