Skip to content

Commit

Permalink
chore: Add lint-pr workflow and trigger required workflows on merge_g…
Browse files Browse the repository at this point in the history
…roup event (#88)
  • Loading branch information
abdhalees authored Aug 5, 2024
1 parent 0dd16b9 commit 80dc6a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
merge_group:

permissions:
actions: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
merge_group:

jobs:
dry-run:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lint PR

on:
pull_request_target:
types:
- opened
- edited
- synchronize
merge_group:

jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/lint-pr.yml@main

0 comments on commit 80dc6a3

Please sign in to comment.