Skip to content

fix: godotenv error handling #37

fix: godotenv error handling

fix: godotenv error handling #37

Workflow file for this run

name: Go
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
- name: Test
run: make test