Skip to content

feat: highlighting "early" courses in the course catalog if set by the user #3435

feat: highlighting "early" courses in the course catalog if set by the user

feat: highlighting "early" courses in the course catalog if set by the user #3435

name: Best Practices
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Biome check
run: pnpm run check