Skip to content

Bump ws from 7.3.0 to 7.5.10 in /exercises/practice/leap #383

Bump ws from 7.3.0 to 7.5.10 in /exercises/practice/leap

Bump ws from 7.3.0 to 7.5.10 in /exercises/practice/leap #383

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install reasonml
run: npm install -g esy
- name: Run tests
run: ./bin/test-exercises.sh