aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-15 15:37:26 +0100
committerAlex Schofield <git@ajschof.me>2024-08-15 15:37:26 +0100
commite5f2d8c98dd029bfb9926c35002abcf998510cf7 (patch)
tree15997db55ff135103b983cfa89a39deee45fdd85 /.github
parent6964625c65ae1552b8182891cf47997e480cce5e (diff)
downloadde-project-bentley-e5f2d8c98dd029bfb9926c35002abcf998510cf7.tar.gz
de-project-bentley-e5f2d8c98dd029bfb9926c35002abcf998510cf7.zip
fix(ci): add missing checkout action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/on-commit.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml
index 355729e..a4e66bb 100644
--- a/.github/workflows/on-commit.yml
+++ b/.github/workflows/on-commit.yml
@@ -28,6 +28,7 @@ jobs:
terraform-quality-checks:
runs-on: ubuntu-latest
steps:
+ - uses : actions/checkout@v4
- name: 'Terraform: Setup'
uses: hashicorp/setup-terraform@v3
with:
git.ajschof.me — hosted by ajschofield — powered by cgit