Skip to content

Commit 5c98bd6

Browse files
committed
chore: Add a ktlint CI job
1 parent 3443df9 commit 5c98bd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ jobs:
2424
with:
2525
file: docker/jvm.Dockerfile
2626
tags: toxchat/jvm-toxcore-c:jvm
27+
28+
ktlint:
29+
runs-on: ubuntu-22.04
30+
steps:
31+
- uses: actions/checkout@v4
32+
- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.1.1/ktlint && chmod a+x ktlint
33+
- run: ./ktlint

0 commit comments

Comments
 (0)