Skip to content

Commit

Permalink
tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Feb 29, 2024
1 parent 18cc223 commit e30bd47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: gradle

- name: Test
run: make test-core
run: make test

lint:
name: Lint
Expand All @@ -36,6 +36,9 @@ jobs:
with:
fail_on_error: true
github_token: ${{ secrets.github_token }}
# NOTE: lock until this is resolved
# https://github.com/ScaCap/action-ktlint/issues/48
ktlint_version: "1.1.1"
reporter: github-pr-review

itest:
Expand Down

0 comments on commit e30bd47

Please sign in to comment.