Skip to content

Merge pull request #3 from Intentface/latenssi/add-readme #4

Merge pull request #3 from Intentface/latenssi/add-readme

Merge pull request #3 from Intentface/latenssi/add-readme #4

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