Skip to content

New Resource: azuread_flexible_federated_identity_credential #774

New Resource: azuread_flexible_federated_identity_credential

New Resource: azuread_flexible_federated_identity_credential #774

Workflow file for this run

---
name: GoLang Linting
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/golint.yaml'
- 'vendor/**'
- '**.go'
jobs:
golint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: .go-version
- uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4.0.1
with:
version: 'v1.64.8'
args: -v
save-artifacts-on-fail:
needs: golint
if: ${{ failure() }}
uses: hashicorp/terraform-provider-azuread/.github/workflows/save-artifacts.yaml@latest

Check failure on line 27 in .github/workflows/golint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/golint.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/golint.yaml" -> "hashicorp/terraform-provider-azuread/.github/workflows/save-artifacts.yaml@latest" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
comment-on-fail:
needs: golint
if: ${{ failure() }}
uses: hashicorp/terraform-provider-azuread/.github/workflows/comment-failure.yaml@latest