diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 00000000..fa7b7c6a --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,21 @@ +name: CI + +on: push + +jobs: + mypy: + name: 'pip install' + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + ref: chart_hacking + - name: Setup python + uses: actions/setup-python@v2 + with: + python-version: '3.8' + - name: Install dependencies + run: pip install -e . --upgrade-strategy eager -r requirements.txt + - name: Run piker + run: piker