Skip to content

Fix grid size across browsers #23

Fix grid size across browsers

Fix grid size across browsers #23

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: yarn
- name: Install project dependencies
run: yarn install
- name: Lint
run: yarn lint