Skip to content

chore(deps): lock file maintenance #25

chore(deps): lock file maintenance

chore(deps): lock file maintenance #25

Workflow file for this run

name: CI
on:
push:
branches: ["main", "renovate/*"]
tags: ["*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
check:
if: startsWith(github.ref, 'refs/tags/') != true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run typecheck