Skip to content

Terraform の auto merge ルールをシンプルにする #1538

Terraform の auto merge ルールをシンプルにする

Terraform の auto merge ルールをシンプルにする #1538

Workflow file for this run

---
name: pre-commit
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pre-commit/action@v3.0.1
with:
extra_args: -a --show-diff-on-failure