Skip to content

Set same height for all algo cards in same row #595

Set same height for all algo cards in same row

Set same height for all algo cards in same row #595

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: tsc and eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: Install dependencies
run: yarn
- name: Fetch Algorithms
run: yarn fetch-algorithms
- name: Lint
run: yarn lint