Skip to content

removed lazy loading for the carousel, and changed size of carousel o… #1361

removed lazy loading for the carousel, and changed size of carousel o…

removed lazy loading for the carousel, and changed size of carousel o… #1361

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.js'
- '**.ts'
- '**.tsx'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: yarn install
- run: yarn lint