Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 in /exercises/practice/two-fer (#… #295

Bump ansi-regex from 4.1.0 to 4.1.1 in /exercises/practice/two-fer (#…

Bump ansi-regex from 4.1.0 to 4.1.1 in /exercises/practice/two-fer (#… #295

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-22.04
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- name: Install reasonml
run: npm install -g esy
- name: Run tests
run: ./bin/test-exercises.sh