Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 5, 2024
1 parent 09863cd commit 36189b3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: ./frontend/packages/ui
- name: Outputs Storybook storybookUrl
run: echo "Storybook URL: ${{ steps.chromatic.outputs.storybookUrl }}"
run: |
echo "Storybook URL: ${{ steps.chromatic.outputs.storybookUrl }}"
- name: Outputs Storybook URL
run: echo "Storybook URL: ${{ steps.chromatic.outputs.url }}"
run: |
echo "Storybook URL: ${{ steps.chromatic.outputs.url }}"
- name: Outputs Storybook buildUrl
run: echo "Storybook URL: ${{ steps.chromatic.outputs.buildUrl }}"
run: |
echo "Storybook URL: ${{ steps.chromatic.outputs.buildUrl }}"

Check failure on line 49 in .github/workflows/chromatic.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

49:72 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 36189b3

Please sign in to comment.