Skip to content

Update dependency eslint-plugin-prettier to v5.2.1 #68

Update dependency eslint-plugin-prettier to v5.2.1

Update dependency eslint-plugin-prettier to v5.2.1 #68

Workflow file for this run

name: CI
on:
pull_request:
workflow_call:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install modules
run: npm ci
- name: Lint
run: npm run lint