Skip to content

Add a context attribute to the Policy Certificate data source #4869

Add a context attribute to the Policy Certificate data source

Add a context attribute to the Policy Certificate data source #4869

Workflow file for this run

---
name: golangci-lint
on:
pull_request:
paths-ignore:
- README.md
push:
paths-ignore:
- README.md
schedule:
- cron: 0 0 * * 0
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Go
uses: ./.github/actions/setup-go
- name: Download Go Modules
run: go mod download
- name: Build
run: go build -v .
- name: Run Linters
uses: ./.github/actions/golangci-lint
with:
only-new-issues: true
- name: Check provider.go sorting
run: ./scripts/check_object_sorting.sh