-
Notifications
You must be signed in to change notification settings - Fork 13
Add GitHub Actions CI for /website #47
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedCommunity contributions are welcomeCommunity contributions are welcome
Description
We’re looking for contributors to add CI coverage for the documentation site under /website.
Required
- Add a GitHub Actions workflow for
/website - Run ESLint and Prettier on pull requests
- Use the ESLint/Prettier config added in Add eslint and prettier config #27
- Trigger the workflow only when:
- files under
/websitechange, or - the workflow file itself changes
- files under
Done when
- ESLint and Prettier run successfully on PRs affecting
/website - No CI runs are triggered for unrelated changes
- The workflow is simple and easy to understand
How to work on this
- Open a PR early and use GitHub Actions results as the main feedback loop
- If you’re unsure about the exact setup, leave a note in the PR — We’ll help review and adjust
Please comment below and request assignment if you’d like to work on this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedCommunity contributions are welcomeCommunity contributions are welcome