Skip to content

Revert "Bump eslint-config-prettier from 8.10.0 to 9.1.0" #35

Revert "Bump eslint-config-prettier from 8.10.0 to 9.1.0"

Revert "Bump eslint-config-prettier from 8.10.0 to 9.1.0" #35

Workflow file for this run

name: Pull Request Validation
on:
workflow_dispatch:
pull_request:
merge_group:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Test
run: npm test