feat: name check

This commit is contained in:
Daniel
2023-08-19 22:31:02 +02:00
committed by GitHub
parent 8d6731b541
commit 2eb6275709
2 changed files with 74 additions and 1 deletions

View File

@@ -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"