Skip to content

Add support for skipping checklists in comments (#45) #55

Add support for skipping checklists in comments (#45)

Add support for skipping checklists in comments (#45) #55

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm test