Skip to content

Commit b949c34

Browse files
committed
chore: remove collie
chore: test pipeline file chore: update workflow file
1 parent a6ddb79 commit b949c34

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
1-
name: build
1+
name: Terraform CI
22
on:
33
push:
4-
branches: [ main ]
54
pull_request:
6-
branches: [ main ]
75
merge_group:
6+
types: [checks_requested]
87

98
jobs:
10-
pre-commit:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
15-
- uses: meshcloud/setup-collie@main
16-
17-
- uses: nixbuild/nix-quick-install-action@v26
18-
with:
19-
nix_on_tmpfs: true
20-
21-
- uses: rrbutani/use-nix-shell-action@v1
22-
with:
23-
devShell: .#github_actions # use a special github actions shell
24-
25-
- name: ensure all pre-commit hooks pass
26-
run: pre-commit run --all-files --show-diff-on-failure
9+
build:
10+
uses: meshcloud/shared-workflows/.github/workflows/terraform-meshplatform-modules-build-workflow.yml@main

0 commit comments

Comments
 (0)