build(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /examples/tests #26
This file contains hidden or 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
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 |