Skip to content

scrabble-score: sync #239

scrabble-score: sync

scrabble-score: sync #239

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