diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-10-19 13:45:57 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-10-21 10:10:57 +0200 |
| commit | 0c6bf34d23c44f5c7c16a03f089291eb3c1876cb (patch) | |
| tree | c841385cb1fc948c7c65133aa6f53bdba4fc05df /.github/workflows | |
| parent | 2ecd4228773aa06ee448e1285ffb48b9d3df2ba8 (diff) | |
| download | mullvadvpn-0c6bf34d23c44f5c7c16a03f089291eb3c1876cb.tar.xz mullvadvpn-0c6bf34d23c44f5c7c16a03f089291eb3c1876cb.zip | |
Add check for html format to translations check
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index c6bb477ab1..dde8b9c2fd 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -56,4 +56,4 @@ jobs: - name: Check if format specifiers are correct working-directory: gui/scripts - run: npm exec ts-node verify-format-specifiers.ts + run: npm exec ts-node verify-translations-format.ts |
