Skip to content

feat: add grant groups command for Entra ID group membership elevatio… #47

feat: add grant groups command for Entra ID group membership elevatio…

feat: add grant groups command for Entra ID group membership elevatio… #47

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Build
run: make build
- name: Test with race detector
run: make test-race
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
install-mode: goinstall