aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-12-20 01:49:06 +0100
committerGitHub <noreply@github.com>2024-12-20 01:49:06 +0100
commita8ba1b376ff16a69c52f223341a2ed39fd59a8ea (patch)
tree2a8c0535a22264f4f3d37d684231d2ac147ac199 /.github/workflows
parent7403086ce7d2a9d3b68801dc4c2135f5766b8d60 (diff)
parentbd4391f737ee4405fc390ab47c4124fe28df48d7 (diff)
downloadViper-a8ba1b376ff16a69c52f223341a2ed39fd59a8ea.tar.gz
Viper-a8ba1b376ff16a69c52f223341a2ed39fd59a8ea.zip
Merge branch 'main' into gamepad-supportgamepad-support
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/localizations.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/localizations.yml b/.github/workflows/localizations.yml
new file mode 100644
index 0000000..072d0bc
--- /dev/null
+++ b/.github/workflows/localizations.yml
@@ -0,0 +1,21 @@
+name: Localizations
+on:
+ push:
+ pull_request:
+ types: [opened, reopened]
+
+jobs:
+ check-localizations:
+ name: "Check localizations"
+ runs-on: "ubuntu-latest"
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v3
+ - name: Setup Node environment
+ uses: actions/setup-node@v3
+ with:
+ node-version: 20
+ - name: Install dependencies
+ run: npm install
+ - name: Check localizations
+ run: npm run langs:check