Skip to content

chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 #92

chore(deps-dev): bump prettier from 3.0.3 to 3.1.0

chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 #92

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