Skip to content

add new adapter GitHubIssue and formatting #4

add new adapter GitHubIssue and formatting

add new adapter GitHubIssue and formatting #4

Workflow file for this run

name: Test
on: [ push,pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: yarn install
- name: Test
run: yarn test