Skip to content

support firecracker as hypervisor backend #323

support firecracker as hypervisor backend

support firecracker as hypervisor backend #323

Workflow file for this run

name: lint
on:
push:
tags:
- '!v*'
branches:
- '*'
paths-ignore:
- 'os-image/**'
pull_request:
paths-ignore:
- 'os-image/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.9.0
- name: Check formatting (gofumpt + goimports)
run: golangci-lint fmt --diff