Skip to content

Issue-42 Adding support for impersonating groups with flag --as-group #59

Issue-42 Adding support for impersonating groups with flag --as-group

Issue-42 Adding support for impersonating groups with flag --as-group #59

Workflow file for this run

---
name: ci
on:
pull_request:
jobs:
ci_job:
name: test
runs-on: ubuntu-22.04
container:
image: golang:1.22
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: make test