Skip to content

Commit

Permalink
chore: sync github actions [skip-validate-pr] [skip ci] (#299)
Browse files Browse the repository at this point in the history
Authored via Leif
  • Loading branch information
SF-CLI-BOT authored Sep 14, 2022
1 parent f3776b9 commit e4231b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: pr-validation

on:
pull_request:
types: [opened, reopened, edited]
# only applies to PRs that want to merge to main
branches: [main]

jobs:
pr-validation:
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main

0 comments on commit e4231b3

Please sign in to comment.