Skip to content

Sync the resistor-color-trio exercise's docs with the latest data. … #176

Sync the resistor-color-trio exercise's docs with the latest data. …

Sync the resistor-color-trio exercise's docs with the latest data. … #176

Workflow file for this run

# Run all tests for commits to master
name: bash / master
on:
push:
branches:
- master
- main
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install bats-core
run: sudo apt update && sudo apt -y install bats
- name: Run tests for all exercises
run: bash .github/scripts/ci