Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Aug 15, 2023
1 parent be8a4c1 commit 1f7b6eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A GitHub Action to check and report the results of Android Lint in Job Summaries
run: ./gradlew lint

- name: Check and report lint results
uses: hidakatsuya/action-report-android-lint@v1.0.0
uses: hidakatsuya/action-report-android-lint@v1.1.0
with:
result-path: 'app/build/reports/lint-results-debug.xml'
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "action-report-android-lint",
"version": "1.0.0",
"description": "Check and report Android lint results",
"version": "1.1.0",
"description": "A GitHub Action to check and report the results of Android Lint in Job Summaries",
"main": "src/index.js",
"scripts": {
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
Expand Down

0 comments on commit 1f7b6eb

Please sign in to comment.