Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #332 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 13, 2023
2 parents 8b981cd + f1bddae commit 78c4dc4
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 @@ -46,3 +46,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 78c4dc4

Please sign in to comment.