Skip to content

Add custom JSON value rendering #12

Add custom JSON value rendering

Add custom JSON value rendering #12

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-cache: true