Skip to content

Commit 4a2db59

Browse files
committed
chore: use shared workflows on pr
1 parent d37657d commit 4a2db59

File tree

2 files changed

+22
-52
lines changed

2 files changed

+22
-52
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/pr.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Pull Request checks
3+
4+
"on":
5+
pull_request:
6+
branches:
7+
- main
8+
- master
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
13+
- ready_for_review
14+
15+
jobs:
16+
check_shell:
17+
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_shell.yaml@6daf37405de395030ec647a50c4e1704628fda51 # v0.0.1
18+
check_tf:
19+
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml@6daf37405de395030ec647a50c4e1704628fda51 # v0.0.1
20+
secrets: inherit
21+
check_yaml:
22+
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml@6daf37405de395030ec647a50c4e1704628fda51 # v0.0.1

0 commit comments

Comments
 (0)