Skip to content

build(deps): bump lint-staged from 16.2.7 to 16.3.2 #333

build(deps): bump lint-staged from 16.2.7 to 16.3.2

build(deps): bump lint-staged from 16.2.7 to 16.3.2 #333

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Prepare
uses: ./.github/actions/prepare
- name: "Run tests"
run: pnpm test:unit
- name: "Run linter"
run: pnpm lint