forked from Wavyzz/dolibarr
Try to use a unique id
This commit is contained in:
1
.github/workflows/pre-commit.yml
vendored
1
.github/workflows/pre-commit.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
if: false
|
if: false
|
||||||
|
|
||||||
# The next uses the git API because there is no clone yet.
|
# The next uses the git API because there is no clone yet.
|
||||||
|
# It sets the variable steps.changed-php.outputs.all_changed_files for other steps
|
||||||
# This is faster for a big repo.
|
# This is faster for a big repo.
|
||||||
- name: Get all changed php files (if PR)
|
- name: Get all changed php files (if PR)
|
||||||
id: changed-php
|
id: changed-php
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ repos:
|
|||||||
# Only for translations with specialised exceptions
|
# Only for translations with specialised exceptions
|
||||||
# -D contains predefined conversion dictionaries
|
# -D contains predefined conversion dictionaries
|
||||||
# -L is to ignore some words
|
# -L is to ignore some words
|
||||||
id: codespell
|
id: codespell-lang-en_US
|
||||||
files: ^htdocs/langs/en_US/.*$
|
files: ^htdocs/langs/en_US/.*$
|
||||||
args:
|
args:
|
||||||
- -D
|
- -D
|
||||||
|
|||||||
Reference in New Issue
Block a user