Skip to content

fix: restore top-20 random selection and add learn topic rotation (#553) #12

fix: restore top-20 random selection and add learn topic rotation (#553)

fix: restore top-20 random selection and add learn topic rotation (#553) #12

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create runtime files for volume mounts
run: |
touch .env
mkdir -p data
- run: make check