mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-10-18 12:46:34 +00:00
feat: name check
This commit is contained in:
3
.github/workflows/pr-lint.yaml
vendored
3
.github/workflows/pr-lint.yaml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
with:
|
||||
repository: 'darmiel/fff-ir-lint'
|
||||
path: fff-ir-lint
|
||||
ref: 'feat/name-check'
|
||||
|
||||
# only check files changed in the PR
|
||||
- name: Get Changed Files
|
||||
@@ -44,7 +45,7 @@ jobs:
|
||||
id: run
|
||||
continue-on-error: true
|
||||
with:
|
||||
run: python fff-ir-lint/main.py github2 file:changed_file_list.txt
|
||||
run: 'LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 file:changed_file_list.txt'
|
||||
|
||||
- uses: ntsd/auto-request-changes-action@v2
|
||||
name: "Request Changes"
|
||||
|
Reference in New Issue
Block a user