Skip to content

🤖 Auto-sync docs, metadata, and filepaths (#177) #461

🤖 Auto-sync docs, metadata, and filepaths (#177)

🤖 Auto-sync docs, metadata, and filepaths (#177) #461

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install wget jq coreutils libc-dev binutils
- name: Install Roc
run: bin/install-roc
- name: Verify all exercises
run: bin/verify-exercises