Skip to content

add banhammer and user status that defaults to pending #14

add banhammer and user status that defaults to pending

add banhammer and user status that defaults to pending #14

Workflow file for this run

name: PR
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.2'
- name: Vet
run: go vet ./...
- name: Build
run: go build ./cmd/piccolo