Add github actions + Linting (#27)

* Add github actions
* Linting
This commit is contained in:
Mike
2020-10-22 20:44:21 +08:00
committed by GitHub
parent b57b780fea
commit 7bac08a89b
4 changed files with 90 additions and 15 deletions

20
.github/workflows/docker.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Docker
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --no-cache . --file Dockerfile --tag mikenye/picard:testing