Skip to content

Bump the eslint group with 2 updates (#287) #430

Bump the eslint group with 2 updates (#287)

Bump the eslint group with 2 updates (#287) #430

Workflow file for this run

---
name: Testing
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
run-jest:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Installing dependencies
run: npm i --ignore-scripts
- name: Run Jest
run: npm run test:run