Skip to content

Bump the main group across 1 directory with 17 updates #43

Bump the main group across 1 directory with 17 updates

Bump the main group across 1 directory with 17 updates #43

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
permissions: read-all
jobs:
test-app:
runs-on: ubuntu-latest
name: Test app
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Test linting
run: npm run test:linting
- name: Test types
run: npm run test:types
- name: Test jest
run: npm run test:jest