Skip to content

lib: Add string.find and object.{map,asNamedArray} #79

lib: Add string.find and object.{map,asNamedArray}

lib: Add string.find and object.{map,asNamedArray} #79

Workflow file for this run

---
# GitHub Actions CI workflow for jsonnext
name: ci
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test
- run: make cover
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make lint