Skip to content

Commit

Permalink
Merge pull request #22 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 14, 2023
2 parents feb2f58 + 3226c1c commit f58b6c3
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 f58b6c3

Please sign in to comment.