File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 1
- name : build
1
+ name : Terraform CI
2
2
on :
3
3
push :
4
- branches : [ main ]
5
4
pull_request :
6
- branches : [ main ]
7
5
merge_group :
6
+ types : [checks_requested]
8
7
9
8
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
You can’t perform that action at this time.
0 commit comments