Files
dotfiles/.github/workflows/main.yml
Andrejus 638c907c06 further cleanup
update docs and tests
2020-03-03 17:49:10 +00:00

13 lines
266 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu-latest
name:
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: make build
- name: Test Docker image
run: make test