Skip to content

Merge pull request #13 from Intentface/fix-hydration-problem #22

Merge pull request #13 from Intentface/fix-hydration-problem

Merge pull request #13 from Intentface/fix-hydration-problem #22

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