Skip to content

feat: separate merged PRs from closed PRs #33

feat: separate merged PRs from closed PRs

feat: separate merged PRs from closed PRs #33

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: 'node:12-alpine'
steps:
- uses: actions/checkout@v2
- name: npm install
run: npm install
- name: npm test
run: npm test