Skip to content

Merge pull request #336 from dundargoc/checkhealth #241

Merge pull request #336 from dundargoc/checkhealth

Merge pull request #336 from dundargoc/checkhealth #241

Workflow file for this run

name: Lint and test
on: [push, pull_request]
jobs:
lint:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
sudo apt install python3-setuptools python3-wheel
- name: Lint
run: make --keep-going install-user test lint