File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ jobs:
4343 DEFAULT_BRANCH : main
4444 FILTER_REGEX_EXCLUDE : dist/**/*
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46- LINTER_RULES_PATH : ${{ github.workspace }}
46+ LINTER_RULES_PATH : .
4747 VALIDATE_ALL_CODEBASE : true
48+ VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
4849 VALIDATE_JAVASCRIPT_ES : false
49- VALIDATE_JAVASCRIPT_STANDARD : false
5050 VALIDATE_JSCPD : false
5151 VALIDATE_TYPESCRIPT_ES : false
5252 VALIDATE_JSON : false
53- VALIDATE_TYPESCRIPT_STANDARD : false
Original file line number Diff line number Diff line change 66
77# Disable line length for tables
88MD013 :
9+ code_blocks : false
910 tables : false
1011
1112# Ordered list item prefix
Original file line number Diff line number Diff line change 11# GitHub Action for Android Lint
22
3- < a href = " https://github.com/yutailang0119/action-android-lint/actions " >< img alt = " action-android-lint status " src = " https://github.com/yutailang0119/action-android-lint/workflows/build-test/ badge.svg" ></ a >
3+ ![ CI ] ( https://github.com/yutailang0119/action-android-lint/actions/workflows/ci.yml/ badge.svg )
44
55This Action generates annotations from
66[ Android Lint] ( https://developer.android.com/studio/write/lint ) Report XML.
Original file line number Diff line number Diff line change 1+ # See: https://github.com/rhysd/actionlint/blob/v1.7.7/docs/config.md
2+
3+ paths :
4+ .github/workflows/**/*.{yml,yaml} :
5+ ignore :
6+ - invalid runner name "node24"
You can’t perform that action at this time.
0 commit comments