Skip to content

Translated using Weblate (Esperanto) #382

Translated using Weblate (Esperanto)

Translated using Weblate (Esperanto) #382

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