Skip to content

Sync the resistor-color exercise's docs with the latest data. (#730) #1001

Sync the resistor-color exercise's docs with the latest data. (#730)

Sync the resistor-color exercise's docs with the latest data. (#730) #1001

Workflow file for this run

name: Generator
on:
- push
- pull_request
jobs:
generator:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: bin/fetch-configlet
- run: bin/configlet sync || true
- name: Install Raku
uses: Raku/setup-raku@v1
- run: zef install --/test App::Prove6
- run: zef install --/test --deps-only .
- name: Test generator
run: prove6 t/generator
- name: Generated files match generator output
run: prove6 t/files