Skip to content

chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 #99

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

chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 #99

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