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

Set up CI #88

Merged
merged 4 commits into from
Jul 11, 2024
Merged

Set up CI #88

merged 4 commits into from
Jul 11, 2024

Conversation

robintown
Copy link
Member

Let's start using GitHub Actions to check formatting/lints and ensure that all generated files are up to date.

Based on #87 - please only review the later commits

Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

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

LGTM, just a comment about a potential minor issue.

Comment on lines +59 to +70
export const cpdFontBodyXsRegular = "400 0.688rem/1.5 Inter";
export const cpdFontBodyXsMedium = "500 0.688rem/1.5 Inter";
export const cpdFontBodyXsSemibold = "600 0.688rem/1.5 Inter";
export const cpdFontBodySmRegular = "400 0.813rem/1.5 Inter";
export const cpdFontBodySmMedium = "500 0.813rem/1.5 Inter";
export const cpdFontBodySmSemibold = "600 0.813rem/1.5 Inter";
export const cpdFontBodyMdRegular = "400 0.938rem/1.5 Inter";
export const cpdFontBodyMdMedium = "500 0.938rem/1.5 Inter";
export const cpdFontBodyMdSemibold = "600 0.938rem/1.5 Inter";
export const cpdFontBodyLgRegular = "400 1.063rem/1.5 Inter";
export const cpdFontBodyLgMedium = "500 1.063rem/1.5 Inter";
export const cpdFontBodyLgSemibold = "600 1.063rem/1.5 Inter";
Copy link
Member

Choose a reason for hiding this comment

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

These actually change the size, even if not by much. Is that ok?

Copy link
Member

Choose a reason for hiding this comment

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

Oh, this should actually go into #87 😅

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I missed this before I merged the other PR. I'll try to research why Style Dictionary is rounding the values, and whether it messes with anything.

Copy link
Member Author

Choose a reason for hiding this comment

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

(as in, I'll do that in another PR now that it's already too late…)

@jmartinesp jmartinesp changed the base branch from main to lint July 10, 2024 05:44
@jmartinesp
Copy link
Member

I changed the base to the lint branch, it should make reviewing easier and GH will automatically move it to main once that branch is merged.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

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

Thanks!

.github/workflows/automation.yaml Outdated Show resolved Hide resolved
.github/workflows/automation.yaml Outdated Show resolved Hide resolved
.github/workflows/automation.yaml Show resolved Hide resolved
Base automatically changed from lint to main July 11, 2024 19:15
@robintown robintown merged commit 4341409 into main Jul 11, 2024
3 checks passed
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