Skip to content

Update commit message for the time being, switch over pendingci bot to alert in devrel, and make the unverified bot live. #151

Update commit message for the time being, switch over pendingci bot to alert in devrel, and make the unverified bot live.

Update commit message for the time being, switch over pendingci bot to alert in devrel, and make the unverified bot live. #151

Workflow file for this run

name: Go Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- name: Mark git directory safe
uses: Chia-Network/actions/git-mark-workspace-safe@main
- uses: actions/checkout@v4
- name: Test
run: make test