Skip to content

Bump eslint-plugin-prettier from 5.2.1 to 5.2.2 #380

Bump eslint-plugin-prettier from 5.2.1 to 5.2.2

Bump eslint-plugin-prettier from 5.2.1 to 5.2.2 #380

Workflow file for this run

name: 'Pull Request'
on: [pull_request]
jobs:
run-tests:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: npm ci
- name: Run unit tests
run: npm run test