Skip to content

Merge branch 'main' of https://github.com/Crokily/involutionhell.gith… #254

Merge branch 'main' of https://github.com/Crokily/involutionhell.gith…

Merge branch 'main' of https://github.com/Crokily/involutionhell.gith… #254

Workflow file for this run

name: Build Check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: "1"
CI: "true"
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run lint:images
- run: pnpm run typecheck