Skip to content

fix: VM network bug and events #36

fix: VM network bug and events

fix: VM network bug and events #36

Workflow file for this run

name: verify
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Check out code
uses: actions/checkout@v2
- name: Run mage.go
run: go run mage.go