andreped's picture
added build workflow
2e2a892
raw
history blame
306 Bytes
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
steps:
- uses: actions/checkout@v2
- name: Install program
run: pip install git+https://github.com/andreped/livermask.git
- name: Test CLI
run: livermask --help