Skip to content

Commit

Permalink
removed: remove linting from git action
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsuzuki committed Jul 27, 2021
1 parent 0e63a70 commit f6d9c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
run: echo 'Hello, friend.'
- name: Create a placeholder for github.properties file
run: touch github.properties
- name: Clean, Build, Lint, and Publish AAR
- name: Clean, Build, and Publish AAR
shell: bash
run: |
./gradlew -PciBuild=true clean build
./gradlew lint
./gradlew publish

0 comments on commit f6d9c15

Please sign in to comment.