Skip to content

Add draft for buildkit-gha build type #17

Add draft for buildkit-gha build type

Add draft for buildkit-gha build type #17

Workflow file for this run

name: Tests
on:
push:
permissions:
contents: read
jobs:
test:
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 test