Skip to content

chore: add .idea directory to .gitignore #254

chore: add .idea directory to .gitignore

chore: add .idea directory to .gitignore #254

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build