We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37657d commit 4a2db59Copy full SHA for 4a2db59
.github/workflows/pr-checks.yaml
.github/workflows/pr.yaml
@@ -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