Skip to content

Merge pull request #12 from Intentface/changeset-release/main #20

Merge pull request #12 from Intentface/changeset-release/main

Merge pull request #12 from Intentface/changeset-release/main #20

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: 22
cache: "npm"
- run: npm i
- run: npm run lint && npm run build