Skip to content

Added necessary checks for type assertion #176

Added necessary checks for type assertion

Added necessary checks for type assertion #176

Workflow file for this run

on: [pull_request]
name: lint
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
with:
only-new-issues: true
version: v1.53