Skip to content

Show 'waiting' PRs as 'accepted (in review)' (#78) #267

Show 'waiting' PRs as 'accepted (in review)' (#78)

Show 'waiting' PRs as 'accepted (in review)' (#78) #267

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test