Skip to content

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#… #679

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#…

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#… #679

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
NODE_VERSION: 23.x
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/checkout@v4
- run: |
npm install
npm run typecheck