Skip to content

cleanup

cleanup #20

Workflow file for this run

---
name: version-check
on:
workflow_dispatch:
merge_group:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
version-check:
if: github.event.repository.name != 'terraform-azurerm-avm-template'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #v4.1.5
- name: Check version
uses: Azure/terraform-azurerm-avm-template/.github/actions/version-check@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}