Skip to content

environment operations #656

environment operations

environment operations #656

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
- development
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
args: -E gofmt -E gci