Skip to content

Merge pull request #44 from pjbgf/push-artefacts #29

Merge pull request #44 from pjbgf/push-artefacts

Merge pull request #44 from pjbgf/push-artefacts #29

Workflow file for this run

name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make build DRY_RUN=true