Skip to content

Merge pull request #1 from Intentface/latenssi/add-github-workflows #2

Merge pull request #1 from Intentface/latenssi/add-github-workflows

Merge pull request #1 from Intentface/latenssi/add-github-workflows #2

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