Skip to content

Update module github.com/goccy/go-json to v0.10.3 #31

Update module github.com/goccy/go-json to v0.10.3

Update module github.com/goccy/go-json to v0.10.3 #31

Workflow file for this run

name: 'Check'
on:
push:
branches:
- 'master'
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
build:
uses: SlashNephy/.github/.github/workflows/go-run.yml@master
permissions:
contents: 'read'
with:
task: 'build'
lint:
uses: SlashNephy/.github/.github/workflows/go-lint.yml@master
permissions:
contents: 'read'
pull-requests: 'write'