Skip to content

build(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /examples/tests #26

build(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /examples/tests

build(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /examples/tests #26

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