We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f930be4 commit 3c41297Copy full SHA for 3c41297
.github/workflows/jreleaser.yml
@@ -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