Skip to content

Commit bf323dc

Browse files
authored
chore: Adds missing lint-pr workflow (#87)
1 parent d4cc7bf commit bf323dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint-pr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint PR
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
merge_group:
10+
11+
jobs:
12+
dry-run:
13+
uses: cloudscape-design/actions/.github/workflows/lint-pr.yml@main

0 commit comments

Comments
 (0)