mirror of
https://github.com/php/doc-ru.git
synced 2025-07-24 09:59:46 +00:00
Обновление workflow
This commit is contained in:
3
.github/workflows/editorconfig.yml
vendored
3
.github/workflows/editorconfig.yml
vendored
@ -14,6 +14,9 @@ jobs:
|
||||
if: "! contains(toJSON(github.event.commits.*.message), '[skip-lint]')"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- name: Получение изменённых файлов
|
||||
id: get_file_changes
|
||||
uses: trilom/file-changes-action@v1.2.4
|
||||
|
Reference in New Issue
Block a user