Skip to content

Cosmetic-commit badge update (#64) #261

Cosmetic-commit badge update (#64)

Cosmetic-commit badge update (#64) #261

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Check all images exist
run: npm run check-images
- name: Run unit tests
run: npm run test:unit