Skip to content

Renovate: terraform-docs/gh-actions to v1.3.0 #74

Renovate: terraform-docs/gh-actions to v1.3.0

Renovate: terraform-docs/gh-actions to v1.3.0 #74

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --all-files