Skip to content

Refactor Azure Functions integration and enhance project structure #48

Refactor Azure Functions integration and enhance project structure

Refactor Azure Functions integration and enhance project structure #48

name: Validate bicep scripts
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Azure CLI script
uses: azure/CLI@v1
with:
inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep