Skip to content

update config.json #624

update config.json

update config.json #624

Workflow file for this run

name: Lint
on:
push:
branches-ignore: [main, feat/crowdin_l10n_]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 19
- run: npm i
- run: npm run lint