Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Allow owners to unsubscribe from some PRs #813

Allow owners to unsubscribe from some PRs

Allow owners to unsubscribe from some PRs #813

Workflow file for this run

name: CI
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm install
- run: npm run build
- run: npm test