Skip to content

Adding monicahq

Adding monicahq #101

Workflow file for this run

name: check
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- name: Setup terraform
uses: hashicorp/[email protected]
with:
terraform_version: 1.1.8
- name: Setup terraform docs
uses: draios/[email protected]
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}