Skip to content

Add note about public GitHub instance URL on options page #80

Add note about public GitHub instance URL on options page

Add note about public GitHub instance URL on options page #80

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm install
- run: npm test