Skip to content

Commit eaec5a6

Browse files
authored
feat: jreleaser check workflow (#182)
1 parent 5836eff commit eaec5a6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/jreleaser.yml

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

0 commit comments

Comments
 (0)