Skip to content

Commit a51fca9

Browse files
author
SF-CLI-BOT
authored
chore: sync github actions [skip-validate-pr] [skip ci] (#113)
Authored via Leif
1 parent 30bb85d commit a51fca9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/validate-pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: pr-validation
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, edited]
6+
# only applies to PRs that want to merge to main
7+
branches: [main]
8+
9+
jobs:
10+
pr-validation:
11+
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main

0 commit comments

Comments
 (0)