Skip to content

Commit

Permalink
📝 [#49] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkiysendoorn1 committed Mar 19, 2024
1 parent a9ddcad commit 448e819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: npm install

- name: Run prettier linter
run: npm checkformat
run: npm run checkformat

tests:
name: Run Storybook tests
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"importOrder": ["^(formio-renderer)/(.*)$", "^[./]"],
"importOrder": ["^@/.*", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}

0 comments on commit 448e819

Please sign in to comment.