Skip to content

Update Terraform azuredevops to v1 #488

Update Terraform azuredevops to v1

Update Terraform azuredevops to v1 #488

Workflow file for this run

---
name: Run all pre-commit hooks
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/setup-go@v3
with:
go-version: '^1.13.1'
- run: go install github.com/terraform-docs/[email protected]
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()