Bump github.com/gnolang/gno from 0.1.0-nightly.20240620 to 0.1.0-nightly.20240627 in the everything-else group #97
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
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
lint: | |
name: Go Linter | |
uses: ./.github/workflows/lint.yaml | |
test: | |
name: Go Test | |
uses: ./.github/workflows/test.yaml |