Skip to content

fix: categorize PRs by current state, not event action #35

fix: categorize PRs by current state, not event action

fix: categorize PRs by current state, not event action #35

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