Skip to content

Commit

Permalink
Remove linting phases.
Browse files Browse the repository at this point in the history
  • Loading branch information
airxnoor committed Nov 10, 2023
1 parent c46ac38 commit 47f6a90
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,11 @@ jobs:
java-version: 17
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Run Detekt
shell: sh
run: |
sh gradlew --no-daemon detekt
- name: Run KtLint
shell: sh
run: |
sh gradlew --no-daemon ktlintCheck
- name: Publish to GitHub Packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_ACCESS_TOKEN_READ_PACKAGES: ${{ secrets.ACCESS_TOKEN_READ_PACKAGES }}
shell: sh
run: |
sh gradlew publishAllPublicationsToAirthingsGitHubPackagesRepository
sh gradlew --no-daemon publishAllPublicationsToAirthingsGitHubPackagesRepository

0 comments on commit 47f6a90

Please sign in to comment.