Skip to content

Install foundry in prepublish test job for solidity and add other misc contracts CI fixes #15446

Install foundry in prepublish test job for solidity and add other misc contracts CI fixes

Install foundry in prepublish test job for solidity and add other misc contracts CI fixes #15446

name: Validate Go Mod Files
on:
pull_request:
merge_group:
jobs:
go-mod-validation:
name: Validate go.mod dependencies
runs-on: ubuntu-latest
# Skip on merge group events
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Validate go.mod
uses: smartcontractkit/.github/apps/go-mod-validator@08c2c2bae1ddfba0cd0bb010d9abe9d351edc548 #v0.5.0