/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
.github/actionlint.yml
13 строк
582 B
Riad Benguella
Use a stable npm version on static checks job (#74222)
25 дек 2025, 18:34
Не верифицирован
25 дек 2025, 18:34
8def6b1
Код
Авторство
О чём код?
# This is the configuration file for actionlint, a static checker for GitHub Actions workflow files. # See https://github.com/rhysd/actionlint. # Path-specific configurations. paths: .github/workflows/**/*.{yml,yaml}: ignore: # [SC2129](https://www.shellcheck.net/wiki/SC2129) is ignored because it is a stylistic issue. - 'shellcheck reported issue in this script: SC2129:.+' .github/workflows/end2end-test.yml: ignore: # This file gets created in the step prior. - 'file "build/index.cjs" does not exist.+'