Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 (#183) #466

Bump actions/checkout from 4.2.2 to 5.0.0 (#183)

Bump actions/checkout from 4.2.2 to 5.0.0 (#183) #466

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- 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