Skip to content

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 #127

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1

build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 #127

Workflow file for this run

---
name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
alb:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/alb/'
nlb:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/nlb/'
clb:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/clb/'
...