Skip to content

Commit

Permalink
ci: added new job
Browse files Browse the repository at this point in the history
  • Loading branch information
Louiixx-h committed Oct 9, 2023
1 parent 6f59950 commit 6e4ca4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
arguments: build
gradle-version: 7.6
- name: Run KLint
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: ktlintCheck
gradle-version: 7.6
- name: Run Tests
uses: gradle/gradle-build-action@v2.9.0
with:
Expand Down

0 comments on commit 6e4ca4f

Please sign in to comment.