Skip to content

Remove RU localization from the list #253

Remove RU localization from the list

Remove RU localization from the list #253

Workflow file for this run

name: Validate
on:
push:
pull_request:
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: ⬇️ Checkout Repo
uses: actions/checkout@v3
- name: ⬢ Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "*"
cache: npm
- name: 📦 Install Packages
run: npm ci
- name: 💅 Check formatting
run: npm test