Skip to content

Commit

Permalink
Add test required workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed May 26, 2024
1 parent 33e3a7c commit 60ae394
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/required-workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Check Org Compliance

on: [pull_request]

jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo "Check Compilance"

0 comments on commit 60ae394

Please sign in to comment.