Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
verify_exercises:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Configure homebrew
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "$(brew --prefix)/bin" >> "$GITHUB_PATH"
- name: Install futhark
run: brew install futhark
- name: Verify all exercises
run: bin/verify-exercises