misc: enable custom ktlint rules #23
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TODO: Delete this workflow when we migrate off JReleaser | |
| name: JReleaser check | |
| on: | |
| pull_request: | |
| jobs: | |
| jreleaser-check: | |
| permissions: {} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: JReleaser check | |
| uses: awslabs/aws-kotlin-repo-tools/.github/actions/jreleaser@main |