Skip to content

fix: merge duplicate CSS transition declarations in GridItem #124

fix: merge duplicate CSS transition declarations in GridItem

fix: merge duplicate CSS transition declarations in GridItem #124

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Setup yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linte
run: yarn lint