1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-04-10 17:02:07 +02:00
Files
comprehensive-rust/.github/workflows/check-msgid-changes.yml
dependabot[bot] a4e991dc46 build(deps): bump actions/checkout from 5 to 6 (#2987)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to
6.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 11:51:12 +00:00

24 lines
442 B
YAML

name: Prevent unintended msgid changes
permissions:
contents: read
on:
pull_request:
paths:
- "po/*.po"
jobs:
check-msgid-changes:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Reset git
run: git reset origin/main
- name: Check po file changes
run: python3 .github/workflows/check-msgid-changes.py