Skip to content

fix: only show comments when not attempting quiz #104

fix: only show comments when not attempting quiz

fix: only show comments when not attempting quiz #104

Workflow file for this run

name: Testing CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
name: 'Test'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn lint