Skip to content

static: public Reverse Watch dashboard #84

static: public Reverse Watch dashboard

static: public Reverse Watch dashboard #84

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.x
- name: Build application
run: |
go build -o reverse-watch main.go