Skip to content

Merge pull request #416 from folkertvanheusden/timestamp-in-logging #48

Merge pull request #416 from folkertvanheusden/timestamp-in-logging

Merge pull request #416 from folkertvanheusden/timestamp-in-logging #48

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo ci/install.sh
- name: Build
run: ci/build.sh