Skip to content

Merge pull request #173 from suttacentral/sujato-patch-2 #699

Merge pull request #173 from suttacentral/sujato-patch-2

Merge pull request #173 from suttacentral/sujato-patch-2 #699

name: SuttaPublisher Pipeline
on: [push]
jobs:
test_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: make sync-deps
- name: Lint and test
run: make test-ci