Skip to content

Try to fix bad indexing mismatch for provisioning, and fix a port rule #54

Try to fix bad indexing mismatch for provisioning, and fix a port rule

Try to fix bad indexing mismatch for provisioning, and fix a port rule #54

Workflow file for this run

name: main
on:
push:
branches: ["**"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go 1.19+
uses: actions/setup-go@v4
with:
go-version: ">=1.19"
- name: CI
run: "bash ./scripts/ci.sh"