Skip to content

Commit

Permalink
added license check action
Browse files Browse the repository at this point in the history
  • Loading branch information
harishp8889 committed Nov 26, 2024
1 parent 1ef7c40 commit ec8c056
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/common-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
common:
name: Quality Checks
uses: dell/common-github-actions/.github/workflows/go-common.yml@main

check-license-header:
name: Check License Header
uses: dell/common-github-actions/.github/workflows/check-license-header.yaml@feature/license-validation

Check failure on line 22 in .github/workflows/common-workflows.yaml

View workflow job for this annotation

GitHub Actions / Golang Validation / Yaml Lint

22:3 [new-line-at-end-of-file] no new line character at the end of file

Check failure on line 22 in .github/workflows/common-workflows.yaml

View workflow job for this annotation

GitHub Actions / Golang Validation / Yaml Lint

22:1 [trailing-spaces] trailing spaces

0 comments on commit ec8c056

Please sign in to comment.