/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/auto-prettier.yaml
22 строки
457 B
Pierluigi Lenoci
ci: upgrade GitHub Actions to latest versions (#3157)
28 мар 2026, 19:08
Не верифицирован
28 мар 2026, 19:08
5185c12
Код
Авторство
О чём код?
name: auto prettier on: push: paths: - 'site/**' jobs: prettier: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Prettify code uses: creyD/prettier_action@v4.3 with: prettier_options: --config ./site/.prettierrc.json --ignore-path ./site/.prettierignore --write ./site