Skip to content

Bump json5 from 2.2.1 to 2.2.3 in /cmd/coin2html/js #167

Bump json5 from 2.2.1 to 2.2.3 in /cmd/coin2html/js

Bump json5 from 2.2.1 to 2.2.3 in /cmd/coin2html/js #167

Workflow file for this run

on: [push]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: make test-go
- name: Test fixtures
run: |
make coin
make test-fixtures