Skip to content

prevent panic if no decode function is registered #2

prevent panic if no decode function is registered

prevent panic if no decode function is registered #2

Workflow file for this run

name: govulncheck
on:
push:
branches: ["*"]
paths-ignore:
- '**/*.md'
pull_request:
branches: ["*"]
paths-ignore:
- '**/*.md'
jobs:
vulncheck:
runs-on: ubuntu-latest
name: govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1