Skip to content

added some missing translations #47

added some missing translations

added some missing translations #47

Workflow file for this run

name: Lint JS
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '17'
cache: 'npm'
- name: Dependencies
run: npm ci
- name: Lint
run: npm run js-eslint