Skip to content

Merge branch 'main' of https://github.com/green-aloe/metal #12

Merge branch 'main' of https://github.com/green-aloe/metal

Merge branch 'main' of https://github.com/green-aloe/metal #12

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