Update opamp-spec to v0.10.0 (commit fb2ff48) #149
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: static-check | |
on: | |
pull_request: | |
push: | |
tags: | |
- 'v*' | |
branches: | |
- main | |
jobs: | |
staticcheck: | |
name: staticcheck (project) | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 1 | |
- id: install_go | |
uses: WillAbides/[email protected] | |
with: | |
go-version: "1.20.x" | |
- uses: dominikh/[email protected] | |
with: | |
install-go: false | |
version: "2023.1.7" |