Skip to content

Merge pull request #2 from yeasir01/changeset-release/main #11

Merge pull request #2 from yeasir01/changeset-release/main

Merge pull request #2 from yeasir01/changeset-release/main #11

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- run: npm install --frozen-lockfile
- run: npm run type-check && npm run lint && npm run build