Skip to content

feat: add data source to get organization members' SAML/SCIM linked identities #2057

feat: add data source to get organization members' SAML/SCIM linked identities

feat: add data source to get organization members' SAML/SCIM linked identities #2057

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.2'
- run: make tools
- run: make lint
- run: make website-lint
- run: make build
- run: make test