Skip to content

Commit

Permalink
Fixes #4: Changed yaml-check inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisWerbrouck-CFIA authored and FrancoisWerbrouck-CFIA committed Feb 16, 2024
1 parent f1fd712 commit 87a213c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ jobs:
yaml-check:
name: workflow-yaml-check
uses: ai-cfia/github-workflows/.github/workflows/workflow-yaml-check.yml@main

Check failure on line 27 in .github/workflows/workflows.yml

View workflow job for this annotation

GitHub Actions / workflow-yaml-check / yaml-lint-check

27:81 [line-length] line too long (81 > 80 characters)
with: # to pass inputs to called workflow
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
registry: ghcr.io/ai-cfia
secrets: inherit

Check failure on line 28 in .github/workflows/workflows.yml

View workflow job for this annotation

GitHub Actions / workflow-yaml-check / yaml-lint-check

28:21 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 87a213c

Please sign in to comment.