Skip to content

feat: Prevent Init without Setup #12

feat: Prevent Init without Setup

feat: Prevent Init without Setup #12

Workflow file for this run

name: "Tests"
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow --tags -f
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.7
- name: Lint
run: script/lint
- name: Test
run: go test