Skip to content

Add automated test runner #14

Add automated test runner

Add automated test runner #14

Workflow file for this run

name: Lint
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Install system dependencies
run: sudo apt-get install -y libvirt-dev pkg-config
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest