Skip to content

Bump minimatch from 3.1.2 to 3.1.5 in /exercises/practice/eliuds-eggs #573

Bump minimatch from 3.1.2 to 3.1.5 in /exercises/practice/eliuds-eggs

Bump minimatch from 3.1.2 to 3.1.5 in /exercises/practice/eliuds-eggs #573

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