Skip to content

feat: collapse task comments in narrow screen sizes #223

feat: collapse task comments in narrow screen sizes

feat: collapse task comments in narrow screen sizes #223

Workflow file for this run

name: Test CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 22
uses: actions/setup-node@v5
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run test:ci