Skip to content

Update CHANGELOG.md #57

Update CHANGELOG.md

Update CHANGELOG.md #57

Workflow file for this run

name: ClojureScript CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: npm install
- run: npm test