Skip to content

Commit

Permalink
chore: use shared workflow for pr.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-garcia committed Jan 7, 2024
1 parent d918966 commit 05db8c7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/pr-checks.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Pull Request checks

"on":
pull_request:
branches:
- main
- master
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
check_shell:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_shell.yaml@6daf37405de395030ec647a50c4e1704628fda51 # v0.0.1
check_tf:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_tf.yaml@6daf37405de395030ec647a50c4e1704628fda51 # v0.0.1
secrets: inherit
check_yaml:
uses: scaleway-terraform-modules/wokflows/.github/workflows/check_yaml.yaml@6daf37405de395030ec647a50c4e1704628fda51 # v0.0.1

0 comments on commit 05db8c7

Please sign in to comment.