Skip to content

Bump eslint-config-prettier from 8.10.0 to 10.0.1 #369

Bump eslint-config-prettier from 8.10.0 to 10.0.1

Bump eslint-config-prettier from 8.10.0 to 10.0.1 #369

Workflow file for this run

name: Automated tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: npm ci
- name: Run linter
run: npm run check
- name: Run tests
run: npm run test