Skip to content

Fix CLI package bin file path #90

Fix CLI package bin file path

Fix CLI package bin file path #90

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
workflow_call:
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Workflow
uses: ./.github/actions/setup
- name: Run Linter
run: pnpm lint
build:
name: Building
needs: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Workflow
uses: ./.github/actions/setup
- name: Build project
run: pnpm build