Skip to content

💥 feat!: GitHub mark-as-read now defaults to a disjunction of fi… #77

💥 feat!: GitHub mark-as-read now defaults to a disjunction of fi…

💥 feat!: GitHub mark-as-read now defaults to a disjunction of fi… #77

Workflow file for this run

name: ci:test
on:
- push
- pull_request
jobs:
test:
name: Continuous integration (tests)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Test 🔬
run: make test