Skip to content

refactor: handle invalid environment key (#103) #200

refactor: handle invalid environment key (#103)

refactor: handle invalid environment key (#103) #200

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
if: github.event.pull_request.draft == false
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: latest