Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

refactor: add golang staticcheck #2

refactor: add golang staticcheck

refactor: add golang staticcheck #2

Workflow file for this run

name: "Staticcheck"
on: ["push", "pull_request"]
jobs:
staticcheck:
name: "Run Staticcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1.1"