This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
chore(deps): update resource microsoft.containerservice/managedclusters to 2023-10-01 - autoclosed #29
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- '.github/workflows/ci.yml' | |
- 'deploy/**' | |
name: CI | |
jobs: | |
kubernetes_cluster: | |
name: Kubernetes Cluster | |
runs-on: ubuntu-latest | |
steps: | |
# Checkout code | |
- uses: actions/checkout@main | |
# Lint Bicep file | |
- name: Bicep Build | |
uses: Azure/[email protected] | |
with: | |
bicepFilePath: ./deploy/kubernetes-cluster.bicep |