Skip to content

Add run-length-encoding exercise (#416) #1076

Add run-length-encoding exercise (#416)

Add run-length-encoding exercise (#416) #1076

Workflow file for this run

name: Testing CI
on:
push:
pull_request:
branches:
- main
jobs:
test-exercises:
strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
name: Check exercises (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install Zig
shell: bash
run: ./.github/bin/install-zig
- name: Test exercises
shell: bash
run: ./bin/run-tests