Skip to content

fix: fix updating comments #6

fix: fix updating comments

fix: fix updating comments #6

Workflow file for this run

name: Run Tests
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm i
- run: npm run test