Skip to content

Commit 3c41297

Browse files
committed
feat: jreleaser check workflow
1 parent f930be4 commit 3c41297

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/jreleaser.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# TODO: Delete this action when we migrate off JReleaser
2+
3+
name: JReleaser check
4+
on:
5+
pull_request:
6+
7+
jobs:
8+
jreleaser-check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: JReleaser check
12+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/jreleaser@jreleaser-check # TODO: Change branch to main after testing/merge

0 commit comments

Comments
 (0)