Skip to content

Commit

Permalink
Merge pull request #160 from atc0005/add-pr-and-cron-triggered-module…
Browse files Browse the repository at this point in the history
…-validation-and-update-check-jobs

Add Go Module Validation, Dependency Updates jobs
  • Loading branch information
atc0005 authored Jan 15, 2023
2 parents aae3dbf + 859b9f7 commit 142cd74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/project-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:
vulnerability:
name: Vulnerability
uses: atc0005/shared-project-resources/.github/workflows/vulnerability-analysis.yml@master

go_mod_validation:
name: Go Module Validation
uses: atc0005/shared-project-resources/.github/workflows/go-mod-validation.yml@master

dependency_updates:
name: Dependency Updates
uses: atc0005/shared-project-resources/.github/workflows/dependency-updates.yml@master

0 comments on commit 142cd74

Please sign in to comment.