Skip to content

Update packages and modernize code. #22

Update packages and modernize code.

Update packages and modernize code. #22

Workflow file for this run

name: Build & Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make docker-build