Skip to content

Commit

Permalink
yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent e9b038c commit 7d50193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
name: 'Chromatic Publish'
on: push
on:

Check warning on line 3 in .github/workflows/chromatic.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

3:1 [truthy] truthy value should be one of [false, true]
push:
branches:
- bab-deploy-storybook

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "npm run build-storybook",
"build-storybook": "storybook build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"storybook": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
Expand Down

0 comments on commit 7d50193

Please sign in to comment.