Skip to content

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

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 #60

Workflow file for this run

---
name: tf-checks
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
basic_example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/basic/'
complete_example:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/complete/'
spot_instance:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_example/spot_instance/'
...