Skip to content

Merge pull request #48 from suttod/load-dotenv #91

Merge pull request #48 from suttod/load-dotenv

Merge pull request #48 from suttod/load-dotenv #91

Workflow file for this run

---
name: "Build & Test"
on: # yamllint disable-line rule:truthy
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
unit:
name: "Unit"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
with:
go-version: "^1.17"
- uses: "authzed/actions/go-test@main"