Bump @babel/traverse in /exercises/practice/roman-numerals (#317) #363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 | |