Skip to content

Merge pull request #21 from JosXa/changeset-release/main #98

Merge pull request #21 from JosXa/changeset-release/main

Merge pull request #21 from JosXa/changeset-release/main #98

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.1
cache: "npm"
- run: npm install --frozen-lockfile
- name: Lint
run: npm run format:check && npm run typecheck
- run: npm run build