Skip to content

chore: 🔖 create-sunar version 1.1.6 #27

chore: 🔖 create-sunar version 1.1.6

chore: 🔖 create-sunar version 1.1.6 #27

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build