Skip to content

Make block device mapping match root device name #213

Make block device mapping match root device name

Make block device mapping match root device name #213

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