Skip to content

Clean up unused options in templates, pass test array directly into template #1

Clean up unused options in templates, pass test array directly into template

Clean up unused options in templates, pass test array directly into template #1

Workflow file for this run

name: Online Test Runner
on:
- push
- pull_request
jobs:
generator:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: for i in jq '.exercises.practice.[] | if (.status) != "deprecated" then .slug else empty end' --raw-output < config.json; do