Skip to content

tools: Hermitise repo and pin versions required #75

tools: Hermitise repo and pin versions required

tools: Hermitise repo and pin versions required #75

Workflow file for this run

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