Skip to content

Remove crowdin help center url #3136

Remove crowdin help center url

Remove crowdin help center url #3136

Workflow file for this run

name: JS tests
on: [push, pull_request]
env:
NODE_VERSION: 20
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
cache-dependency-path: '_dev/package-lock.json'
- name: Lint JS files
working-directory: _dev
run: |
npm install
npm run lint