Skip to content

Change how JSON UUIDs and byte arrays are exported #11

Change how JSON UUIDs and byte arrays are exported

Change how JSON UUIDs and byte arrays are exported #11

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: lint
uses: golangci/golangci-lint-action@v6.1.0
with:
version: latest
# skip cache because of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true