Clean up unused options in templates, pass test array directly into template #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |