Skip to content

feat: add assignees to find-issues #807

feat: add assignees to find-issues

feat: add assignees to find-issues #807

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: format
run: yarn format-check
- name: test
run: yarn test
- name: package
run: yarn package