Skip to content

Translations update from Hosted Weblate #383

Translations update from Hosted Weblate

Translations update from Hosted Weblate #383

Workflow file for this run

name: Node Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn lint