Skip to content

v0.3.20

v0.3.20 #27

Workflow file for this run

name: python-app
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: clean
run: make clean
- name: check-lint
run: make lint
- name: run unit test
run: make test