-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add GitHub Actions #499
Add GitHub Actions #499
Conversation
I have rebased this branch to resolve the conflict. |
Hi @phanect Thank you very much for this. Question: why do you repeat the |
Thank you for the review, @prototypa. I guess I will check the behavior of |
@prototypa I have confirmed that |
No, sorry, I have misunderstood what you mean. |
Hi @phanect Thank you so much! Let's approve this PR. |
This PR adds configs for GitHub Actions.
Currently, it verifies if the build and check (with
@astro/check
, ESLint, and Prettier) are successfully done.I also fixed errors and warnings by the linters.
engine.node
in package.json, and should we test with v21 on the CI?