Skip to content

Commit

Permalink
Add metadata-check
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Mar 19, 2023
1 parent 1bd0cd7 commit 3185553
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/metadata-check.yml
@@ -0,0 +1,15 @@
---
"on":
pull_request:
push:
branches:
- main
jobs:
check-metadata:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Check Metadata
uses: damacus/check-chef-metadata-action

0 comments on commit 3185553

Please sign in to comment.