Skip to content

build(deps): bump @commitlint/cli from 21.1.0 to 21.2.0 #580

build(deps): bump @commitlint/cli from 21.1.0 to 21.2.0

build(deps): bump @commitlint/cli from 21.1.0 to 21.2.0 #580

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@v7
- name: Prepare
uses: ./.github/actions/prepare
- name: "Run tests"
run: pnpm test
- name: "Run linter"
run: pnpm lint