Skip to content

CHANGES: apply same markup style to older CHANGES logged entries… #126

CHANGES: apply same markup style to older CHANGES logged entries…

CHANGES: apply same markup style to older CHANGES logged entries… #126

Workflow file for this run

name: Build Docker
on:
push:
branches-ignore:
- master
tags-ignore:
- "*"
pull_request:
types: [opened, reopened]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run test within image
run: docker build --target test .