Skip to content

Merge pull request #91 from easy-cloud-Knet/Add_automated_test_runner #15

Merge pull request #91 from easy-cloud-Knet/Add_automated_test_runner

Merge pull request #91 from easy-cloud-Knet/Add_automated_test_runner #15

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