Skip to content

Bump lodash from 4.17.15 to 4.17.21 in /exercises/practice/word-count… #317

Bump lodash from 4.17.15 to 4.17.21 in /exercises/practice/word-count…

Bump lodash from 4.17.15 to 4.17.21 in /exercises/practice/word-count… #317

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