Skip to content

ci: update Terraform GitHub action #6

ci: update Terraform GitHub action

ci: update Terraform GitHub action #6

Workflow file for this run

name: Bicep
on:
push:
branches:
- master
paths:
- ".github/**"
- "arm/**"
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build_and_test:
name: Build Bicep
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run Bicep Build action
uses: Azure/bicep-build-action@v1.0.1
with:
bicepFilePath: ./arm/main.bicep