Skip to content

Commit

Permalink
Create validator workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Aug 9, 2024
1 parent a705c52 commit 95e8cc5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit 95e8cc5

Please sign in to comment.