Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in /exercises/practice/collatz-conjecture #556

Bump js-yaml from 3.14.1 to 3.14.2 in /exercises/practice/collatz-conjecture

Bump js-yaml from 3.14.1 to 3.14.2 in /exercises/practice/collatz-conjecture #556

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
paths-ignore:
- ".gitignore"
- "LICENSE"
jobs:
build:
name: Test Runner
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install reasonml
run: npm install -g esy
- name: Run tests
run: ./bin/test-exercises.sh