Skip to content

Fix alert.disable action not working #48

Fix alert.disable action not working

Fix alert.disable action not working #48

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.1
-
name: Vet
run: cd cmd/terrarium-bot && go vet
-
name: Build
run: cd cmd/terrarium-bot && go build -v
-
name: Test
run: cd cmd/terrarium-bot && go test -v