CHANGES: apply same markup style to older CHANGES logged entries… #126
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |