Skip to content

feat: add project issue listing tool #17

feat: add project issue listing tool

feat: add project issue listing tool #17

Workflow file for this run

name: Build Check
on:
pull_request:
types: [opened, synchronize]
branches:
- canary
- main
jobs:
build:
name: Build Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build package
run: npm run build