Skip to content

Support ENV[...] ||= "default" in database.yml ERB rendering #35

Support ENV[...] ||= "default" in database.yml ERB rendering

Support ENV[...] ||= "default" in database.yml ERB rendering #35

Workflow file for this run

name: Test & lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Run vet
run: go vet ./...
- name: Run tests
run: go test -v ./...