Skip to content

Implement json.MarshalJSON with hex encoding for several types #76

Implement json.MarshalJSON with hex encoding for several types

Implement json.MarshalJSON with hex encoding for several types #76

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: Lint
jobs:
lint:
name: Lint check
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/[email protected]
with:
fetch-depth: 1
- name: check
run: make lint