fix(ledger): match Leios/Musashi CDDL exactly at a24a2d69b #2068
Workflow file for this run
This file contains hidden or 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: nilaway | |
| on: | |
| push: | |
| tags: | |
| - v* | |
| branches: | |
| - main | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| nilaway: | |
| name: nilaway | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 https://github.com/actions/checkout/releases/tag/v7.0.0 | |
| - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 https://github.com/actions/setup-go/releases/tag/v6.5.0 | |
| with: | |
| go-version: 1.26.x | |
| - name: install nilaway | |
| run: go install go.uber.org/nilaway/cmd/nilaway@latest | |
| - name: run nilaway | |
| run: nilaway -include-pkgs=github.com/blinklabs-io/gouroboros ./... |