Update smartcontractkit/.github requirement to 12e055259ec8f3cc6cb530dc1d6c99cf74067a2f #1020
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: Module graph | |
on: | |
pull_request: | |
jobs: | |
modgraph: | |
runs-on: ubuntu-latest | |
name: modgraph | |
steps: | |
- name: Checkout the Repo | |
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
- name: Setup Go | |
uses: actions/setup-go@v5 | |
- run: make modgraph | |
- name: Ensure clean modgraph | |
run: git diff --minimal --exit-code |