Skip to content

Allow to select all regions for a user group (#44) #124

Allow to select all regions for a user group (#44)

Allow to select all regions for a user group (#44) #124

Workflow file for this run

---
name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2