Skip to content

πŸ‘©β€πŸ’» dx(.bin/events.py): Add missing import. #99

πŸ‘©β€πŸ’» dx(.bin/events.py): Add missing import.

πŸ‘©β€πŸ’» dx(.bin/events.py): Add missing import. #99

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