Skip to content

Merge pull request #9 from Intentface/add-github-url #16

Merge pull request #9 from Intentface/add-github-url

Merge pull request #9 from Intentface/add-github-url #16

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