Skip to content

Refactor bulk upload to bulk upload task #3488

Refactor bulk upload to bulk upload task

Refactor bulk upload to bulk upload task #3488

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.17.0
- run: npm ci
- run: npm run lint