Skip to content

Commit

Permalink
Update lint-checks.yml
Browse files Browse the repository at this point in the history
Updated workflow for lint
  • Loading branch information
amitsid1408 authored Apr 23, 2024
1 parent 9aba1e0 commit 2965401
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
distribution: 'adopt'
java-version: 17

- name: Run ktLint
run: ./gradlew ktlint
continue-on-error: false

- name: Run Lint
run: ./gradlew lint
continue-on-error: false
continue-on-error: true

0 comments on commit 2965401

Please sign in to comment.