Skip to content

feat: new functions params/names #520

feat: new functions params/names

feat: new functions params/names #520

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