Skip to content

Added changes.

Added changes. #936

Workflow file for this run

name: Go Lint
on: [push]
jobs:
ci:
name: "Run CI"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"