Skip to content

Add toInt

Add toInt #17

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: purescript-contrib/setup-purescript@main
- uses: actions/setup-node@v1
with:
node-version: "12"
- name: Install dependencies
run: |
npm install -g bower
npm install
bower install --production
- name: Build source
run: npm run-script build
- name: Run tests
run: |
bower install
npm run-script test --if-present