Skip to content

fix(injected): UTRP-41: MyUT "Add all courses" button #3055

fix(injected): UTRP-41: MyUT "Add all courses" button

fix(injected): UTRP-41: MyUT "Add all courses" button #3055

Workflow file for this run

name: Best Practices
on: [push, 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
with:
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Biome check
run: pnpm run check