Skip to content

[Experiment] Add SYSTEMD_SULOGIN_FORCE to ipxe script #385

[Experiment] Add SYSTEMD_SULOGIN_FORCE to ipxe script

[Experiment] Add SYSTEMD_SULOGIN_FORCE to ipxe script #385

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.5