/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/verify-expat.yml
32 строки
753 B
Victor Stinner
gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717)
06 июл 2026, 18:44
Не верифицирован
06 июл 2026, 18:44
4c79929
Код
Авторство
О чём код?
name: Verify bundled libexpat on: workflow_dispatch: push: paths: - 'Modules/expat/**' - '.github/workflows/verify-expat.yml' pull_request: paths: - 'Modules/expat/**' - '.github/workflows/verify-expat.yml' permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: verify: runs-on: ubuntu-slim timeout-minutes: 5 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Download and verify bundled libexpat files run: | ./Modules/expat/refresh.sh git diff --exit-code Modules/expat/