initial commit #1
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
# ******************* DO NOT EDIT THIS NOTICE ***************** | ||
# This code and all related intellectual property is owned by | ||
# Veteran Crowd Rewards, LLC. It is not to be disclosed, copied | ||
# or used without written permission. | ||
# ************************************************************* | ||
name: Scan | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- dev | ||
- main | ||
- preview/** | ||
- release/** | ||
jobs: | ||
scan: | ||
uses: VeteranCrowd/gha-workflows/.github/workflows/scan.yml@main | ||
Check failure on line 19 in .github/workflows/scan.yml GitHub Actions / .github/workflows/scan.ymlInvalid workflow file
|