Skip to content

Commit

Permalink
Merge pull request #2 from ClubCedille/lint-checks
Browse files Browse the repository at this point in the history
adds kube-score, yaml and tf checks
  • Loading branch information
Simon-Boyer authored Oct 5, 2024
2 parents c1b0e5a + da237f5 commit c820229
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: k8s-template integration workflow

on:
pull_request:
types:
- opened
- synchronize

jobs:
kubernetes-repo-standards:
uses:
clubcedille/cedille-workflows/.github/workflows/kubernetes-repo-standards.yml@master

0 comments on commit c820229

Please sign in to comment.