Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

chore: fix mapping env vars #611

chore: fix mapping env vars

chore: fix mapping env vars #611

Workflow file for this run

name: Lint
on: [ push, pull_request, workflow_dispatch ]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
skip-go-installation: true
version: v1.51.2
args: --timeout=10m