Skip to content

This was not the answer to booting an EFI ami #214

This was not the answer to booting an EFI ami

This was not the answer to booting an EFI ami #214

Workflow file for this run

name: Go
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go generate ./...
- uses: golangci/[email protected]
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: scripts/test-unit