add lint and link check workflow for docs#2289
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a GitHub Actions workflow for linting and link checking documentation files. The workflow runs on pushes and pull requests to the docs-glow-up branch, as well as on a weekly schedule.
- Creates a new workflow file with two jobs: ESLint for code linting and Lychee for link validation
- Configures the workflow to run on the
docs-glow-upbranch for both push and pull request events - Sets up a scheduled run every Monday at 9 AM UTC to catch broken links over time
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary of ChangesHello @gbarros, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request establishes a new GitHub Actions workflow dedicated to improving the quality and integrity of the project's documentation. By integrating automated linting and comprehensive link checking, the workflow ensures that documentation remains consistent, well-formatted, and free of broken references, thereby enhancing the overall reliability and user experience for anyone consulting the project's guides and references. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new GitHub Actions workflow for linting and link checking the documentation, which is a great addition for maintaining quality. My review includes suggestions to improve the workflow's triggers for efficiency, align the Node.js version with the project's dependencies, and pin action versions for better stability and security.
No description provided.