Skip to content

feat: azurerm_iothub_endpoint_eventhub_authentication_type #21

feat: azurerm_iothub_endpoint_eventhub_authentication_type

feat: azurerm_iothub_endpoint_eventhub_authentication_type #21

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make tools lint