Skip to content

Commit

Permalink
Use PR verifier from project-infra
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Mai <huy.mai@est.tech>
  • Loading branch information
mquhuy committed Sep 19, 2024
1 parent 9a31187 commit 321b936
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-verifiation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PR-verify-action

permissions:
checks: write

on:
pull_request:
types: [opened, edited, reopened, synchronize]

jobs:
verify:
name: verify PR contents
uses: Nordix/metal3-project-infra/.github/workflows/pr-verifier.yaml@pr-verifier-wf

0 comments on commit 321b936

Please sign in to comment.