Skip to content

Merge pull request #58 from Yelp/jfong/fix_scribereader_paasta_1.0.2 #50

Merge pull request #58 from Yelp/jfong/fix_scribereader_paasta_1.0.2

Merge pull request #58 from Yelp/jfong/fix_scribereader_paasta_1.0.2 #50

Workflow file for this run

---
name: sticht-ci
on:
push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install tox
- run: tox