Skip to content

Bump ws from 7.3.0 to 7.5.10 in /exercises/practice/triangle (#328) #352

Bump ws from 7.3.0 to 7.5.10 in /exercises/practice/triangle (#328)

Bump ws from 7.3.0 to 7.5.10 in /exercises/practice/triangle (#328) #352

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