Skip to content

Commit 95fdc7f

Browse files
committed
Version 1.1.3
1 parent 52dd912 commit 95fdc7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See also [Job Summaries for unit-test workflow results](https://github.com/hidak
1515
run: ./gradlew lint
1616

1717
- name: Check and report lint results
18-
uses: hidakatsuya/action-report-android-lint@v1.1.2
18+
uses: hidakatsuya/action-report-android-lint@v1.1.3
1919
with:
2020
result-path: 'app/build/reports/lint-results-debug.xml'
2121
```

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-report-android-lint",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A GitHub Action to check and report the results of Android Lint in Job Summaries",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)