Skip to content

cmd: Rename jx to jnx and split out flag version #74

cmd: Rename jx to jnx and split out flag version

cmd: Rename jx to jnx and split out flag version #74

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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.14'
- run: make test
- run: make cover
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.37.0