Support v0.3 schema report format in LLO #3
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: Validate Go Mod Files | |
on: | |
pull_request: | |
jobs: | |
go-mod-validation: | |
name: Validate go.mod dependencies | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 | |
- name: Validate go.mod | |
uses: smartcontractkit/.github/apps/go-mod-validator@3deb8db9f687eee0678d2411ef40074078173e9a #v0.2.1 |