Skip to content

Commit

Permalink
Lint and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 30, 2023
1 parent 4a0d88e commit eff5cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: npm ci
shell: bash
- name: Validate HTML
run: npm run validatehtml
run: mkdir temp && npm run validatehtml
shell: bash
- name: Build Storybook
run: npm run build
Expand Down
6 changes: 4 additions & 2 deletions src/nationalarchives/components/button/button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const Template = ({
iconOnly,
iconOnlyOnMobile,
rightAlignIcon,
buttonElement,buttonType,
buttonElement,
buttonType,
classes,
attributes,
}) =>
Expand All @@ -59,7 +60,8 @@ const Template = ({
iconOnly,
iconOnlyOnMobile,
rightAlignIcon,
buttonElement,buttonType,
buttonElement,
buttonType,
classes,
attributes,
},
Expand Down

0 comments on commit eff5cf3

Please sign in to comment.