Skip to content

Bump actions/checkout from 3.1.0 to 3.3.0 (#252) #224

Bump actions/checkout from 3.1.0 to 3.3.0 (#252)

Bump actions/checkout from 3.1.0 to 3.3.0 (#252) #224

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