File size: 306 Bytes
2e2a892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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