Skip to content

Run Go action on all branches #9

Run Go action on all branches

Run Go action on all branches #9

Workflow file for this run

name: Staticcheck
on: ["push", "pull_request"]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run staticcheck
uses: dominikh/staticcheck-action@v1.3.1