archive
/
todoist-github
Archived
1
Fork 0

Add GitHub CI workflow

This commit is contained in:
Jake Howard 2020-01-08 20:20:38 +00:00
parent a1126395e3
commit ab051663dc
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 22 additions and 0 deletions

19
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: pip install -r dev-requirements.txt
- name: Run tests
run: bash ./scripts/test.sh

View File

@ -1,2 +1,5 @@
# todoist-github
![](https://github.com/RealOrangeOne/todoist-github/workflows/Build/badge.svg)
Import assigned issues and PRs into Todoist