Skip to content

Commit

Permalink
ci: Disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Mar 27, 2022
1 parent 9602d01 commit 8fbead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Check
uses: eskatos/gradle-command-action@v1
with:
arguments: check
arguments: check -xlint
distributions-cache-enabled: true
dependencies-cache-enabled: true

Expand Down

0 comments on commit 8fbead0

Please sign in to comment.