Skip to content

Merge in latest l10n strings #1170

Merge in latest l10n strings

Merge in latest l10n strings #1170

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Set up node"
uses: actions/[email protected]
with:
node-version: 14
cache: 'npm'
- name: "Install"
run: |
git submodule update --init --recursive --remote
npm install
- name: "Lint"
run: npm run lint