Skip to content

Commit 1f7b6eb

Browse files
committed
Version 1.1.0
1 parent be8a4c1 commit 1f7b6eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A GitHub Action to check and report the results of Android Lint in Job Summaries
1313
run: ./gradlew lint
1414

1515
- name: Check and report lint results
16-
uses: hidakatsuya/action-report-android-lint@v1.0.0
16+
uses: hidakatsuya/action-report-android-lint@v1.1.0
1717
with:
1818
result-path: 'app/build/reports/lint-results-debug.xml'
1919
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "action-report-android-lint",
3-
"version": "1.0.0",
4-
"description": "Check and report Android lint results",
3+
"version": "1.1.0",
4+
"description": "A GitHub Action to check and report the results of Android Lint in Job Summaries",
55
"main": "src/index.js",
66
"scripts": {
77
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",

0 commit comments

Comments
 (0)