Skip to content

Commit

Permalink
refactor(lint): remove lint script, pass artifactory creds as env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wang94 committed May 12, 2022
1 parent 39714d2 commit ab6c095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ runs:
with:
fetch-depth: 0
- uses: open-turo/action-pre-commit@v1
- if: hashFiles('script/lint') != ''
shell: bash
run: script/lint
env:
ORG_GRADLE_PROJECT_artifactoryUsername: ${{ inputs.artifactory-username }}
ORG_GRADLE_PROJECT_artifactoryAuthToken: ${{ inputs.artifactory-auth-token }}

0 comments on commit ab6c095

Please sign in to comment.