Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci) fix prettier & eslint workflows #5740

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Feb 14, 2024

Description

Merging to next revealed a couple of issues with lint/prettier scripts. This should hopefully fix it.

Testing

Not sure if it's possible to properly test these before merging, unfortunately

Notes for release

N/A

Copy link

vercel bot commented Feb 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
performance-studio ✅ Ready (Inspect) Visit Preview Feb 14, 2024 7:24pm
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2024 7:24pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Feb 14, 2024 7:24pm

@bjoerge bjoerge changed the title Chore/fix ci workflows chore(ci) fix prettier & eslint workflows Feb 14, 2024
Copy link
Contributor

No changes to documentation

Copy link
Contributor

github-actions bot commented Feb 14, 2024

Component Testing Report Updated Feb 14, 2024 7:29 PM (UTC)

File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 32s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 6s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 13s 3 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 12s 4 2 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 12s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 32s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 18s 9 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 0s 18 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 13s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 19s 9 0 0

@bjoerge bjoerge marked this pull request as ready for review February 14, 2024 18:07
@bjoerge bjoerge requested a review from a team as a code owner February 14, 2024 18:07
@bjoerge bjoerge requested review from cngonzalez and removed request for a team February 14, 2024 18:07
Copy link
Member

@cngonzalez cngonzalez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting!

package.json Outdated
@@ -20,7 +20,7 @@
"check:test": "run-s test -- --silent",
"check:types": "tsc --build",
"chore:format:fix": "prettier --cache --write .",
"chore:lint:fix": "pnpm check:lint -- --quiet --fix",
"chore:lint:fix": "run-s check:lint -- --quiet --fix",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be better to just use turbo directly here I think the args passing multiple times gets messed up

Suggested change
"chore:lint:fix": "run-s check:lint -- --quiet --fix",
"chore:lint:fix": "turbo run lint -- --quiet --fix",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks!

@bjoerge bjoerge requested review from a team and sjelfull and removed request for a team February 14, 2024 18:58
@bjoerge bjoerge force-pushed the chore/fix-ci-workflows branch from 3b088d1 to a539273 Compare February 14, 2024 19:23
@bjoerge bjoerge added this pull request to the merge queue Feb 15, 2024
Merged via the queue into next with commit 187b78e Feb 15, 2024
37 of 39 checks passed
@bjoerge bjoerge deleted the chore/fix-ci-workflows branch February 15, 2024 09:12
bjoerge added a commit that referenced this pull request Feb 15, 2024
bjoerge added a commit that referenced this pull request Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants