Skip to content

chore: release v1.0.8 #12

chore: release v1.0.8

chore: release v1.0.8 #12

Workflow file for this run

name: CI
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Continuous integration
uses: ./.github/cache
- run: pnpm run lint && pnpm run build