Skip to content

Commit

Permalink
chore: fix one line
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn committed Jul 8, 2023
1 parent 804d1ff commit 15263cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build And Test with Gradle
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: build -x ktlintMainSourceSetCheck -x ktlintTestSourceSetCheck
arguments: build -x ktlintMainSourceSetCheck -x ktlintTestSourceSetCheck -x ktlintKotlinScriptCheck

- name: Ktlint check
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
Expand Down

0 comments on commit 15263cd

Please sign in to comment.