Skip to content

update: datestats pagination handling #515

update: datestats pagination handling

update: datestats pagination handling #515

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