/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/compressed-size.yml
23 строки
639 B
dependabot[bot]
Bump actions/checkout from 4 to 6 (#12160)
24 ноя 2025, 16:14
Не верифицирован
24 ноя 2025, 16:14
a153556
Код
Авторство
О чём код?
name: Compressed Size on: [pull_request] permissions: contents: read jobs: build: permissions: checks: write # for preactjs/compressed-size-action to create and update the checks contents: read # for actions/checkout to fetch code issues: write # for preactjs/compressed-size-action to create comments pull-requests: write # for preactjs/compressed-size-action to write a PR review runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4.2.0 - uses: preactjs/compressed-size-action@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"