Skip to content

feature-org-not-admin-can-delete-user #1075

feature-org-not-admin-can-delete-user

feature-org-not-admin-can-delete-user #1075

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint Go Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.22'
#- name: Run golangci-lint
# uses: golangci/golangci-lint-action@v2
# with:
# version: v1.43