Skip to content

Commit

Permalink
Update lint_test_build_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 18, 2024
1 parent b06d3cb commit d0c093f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint_test_build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ jobs:
- codecov
- codeclimate
uses: ikostan/pico/.github/workflows/codeql.yml@master
snyk:
name: Snyk for a new build
needs:
- codecov
- codeclimate
uses: ikostan/pico/.github/workflows/snyk.yml@master
secrets:
snyk_token: ${{ secrets.SNYK_TOKEN }}

Check failure on line 63 in .github/workflows/lint_test_build_pipeline.yml

View workflow job for this annotation

GitHub Actions / YAML Lint / build (3.x)

63:44 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit d0c093f

Please sign in to comment.