feat: add automatic filesystem trim feature using recurringjob #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "terraform-docs" | |
on: | |
pull_request: | |
jobs: | |
terraform-docs: | |
uses: camptocamp/devops-stack/.github/workflows/modules-terraform-docs.yaml@main | |
with: | |
# Specify where which subfolders you want the pipeline to scrape in order to generate documentation. | |
# If there is no variant, you can delete this variable or leave an empty string as-is. | |
variants: "" |