Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/compliance-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Compliance Check

on:
pull_request:

jobs:
compliance-check:
name: Compliance Check
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v7.0.1

- name: Check compliance
uses: printify/gha-shared-actions/compliance-check@v1.0.0
with:
validators: codeowners
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Intentionally empty. Required by the compliance-check CI validator.
Loading