Skip to content

Commit fc56732

Browse files
Fix check and add README.md
1 parent f2d3ed4 commit fc56732

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/switcher-requirements-progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
exit 1
7777
fi
7878
79-
if ! grep -q "# tutorial (100% done)" ../potodo-results.txt; then
79+
if ! grep -q "# tutorial (100.00% done)" ../potodo-results.txt; then
8080
echo "tutorial/* is not fully translated"
8181
exit 1
8282
fi

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# switcher-progress
2+
3+
This repository contains a workflow for verifying that a translation meets the
4+
PEP 545 language switcher requirements.
5+
6+
It can be run from the
7+
[Actions tab](https://github.com/StanFromIreland/switcher-progress/actions/workflows/switcher-requirements-progress.yml)
8+
by selecting "Run workflow" and specifying the translation's language code (e.g.
9+
`pl` or `ro`).

0 commit comments

Comments
 (0)