Skip to content

Merge pull request #9 from diligejy/makefile_edit #108

Merge pull request #9 from diligejy/makefile_edit

Merge pull request #9 from diligejy/makefile_edit #108

Workflow file for this run

name: Azure Python 3.5
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9.18
uses: actions/setup-python@v1
with:
python-version: 3.9.18
- name: Install dependencies
run: |
make install
- name: Lint
run: |
make lint
- name: Test
run: |
make test