Skip to content

Add ability to run the provisioner directly on the ZFS host. #494

Add ability to run the provisioner directly on the ZFS host.

Add ability to run the provisioner directly on the ZFS host. #494

Workflow file for this run

name: Lint
on:
pull_request: {}
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linters
run: make lint