Skip to content

Add a new input, exclude-pull-requests #83

Add a new input, exclude-pull-requests

Add a new input, exclude-pull-requests #83

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
check-latest: true
cache: npm
- run: npm ci
- run: npm run tsc:check
- run: npm run biome:ci
- run: npm test
# dependency-review:
# if: github.event_name == 'pull_request'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/dependency-review-action@v4