diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 15:37:26 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 15:37:26 +0100 |
| commit | e5f2d8c98dd029bfb9926c35002abcf998510cf7 (patch) | |
| tree | 15997db55ff135103b983cfa89a39deee45fdd85 /.github/workflows/on-commit.yml | |
| parent | 6964625c65ae1552b8182891cf47997e480cce5e (diff) | |
| download | de-project-bentley-e5f2d8c98dd029bfb9926c35002abcf998510cf7.tar.gz de-project-bentley-e5f2d8c98dd029bfb9926c35002abcf998510cf7.zip | |
fix(ci): add missing checkout action
Diffstat (limited to '.github/workflows/on-commit.yml')
| -rw-r--r-- | .github/workflows/on-commit.yml | 1 |
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: |
