Skip to content

chore(deps-dev): bump prettier from 3.1.1 to 3.2.4 #106

chore(deps-dev): bump prettier from 3.1.1 to 3.2.4

chore(deps-dev): bump prettier from 3.1.1 to 3.2.4 #106

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run lint && npm run build