Skip to content

Fix release tag workflow #26

Fix release tag workflow

Fix release tag workflow #26

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v5
- uses: actions/setup-node@v5
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm tsc
- run: pnpm lint
- run: pnpm audit --audit-level=high --prod