Skip to content

build(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in /examples/tests #28

build(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in /examples/tests

build(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.14 in /examples/tests #28

Workflow file for this run

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
pre-commit:
name: Pre-Commit
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update Repo
run: brew update
- name: Install Deps
run: brew install pre-commit gitleaks tflint tfsec terraform-docs terraform || true
- name: Terraform init
run: terraform init
- name: Check Pre Commit
run: pre-commit run --show-diff-on-failure -a
name: PR checks
on:
- pull_request