This repository was archived by the owner on Jul 11, 2025. It is now read-only.
build(actions): add check action#1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates tooling configurations and workflows to add a new check action and streamline ESLint configuration.
- Tailwind configuration quotes adjusted.
- Version numbers in mise.toml are downgraded.
- ESLint configuration migrated from an mjs to a js file with adjusted imports, and new GitHub workflows for deploy and check actions are added.
Reviewed Changes
Copilot reviewed 9 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tailwind.config.mjs | Updated content quoting style. |
| mise.toml | Downgraded Node and PNPM versions. |
| eslint.config.mjs | Removed in favor of the updated eslint.config.js configuration. |
| eslint.config.js | Added ESLint configuration with a potential alias inconsistency. |
| .github/workflows/deploy.yml | Updated syntax format for the action's "uses" key. |
| .github/workflows/check.yml | New workflow file for linting and building on push and PR. |
Files not reviewed (7)
- package.json: Language not supported
- src/pages/experience/[positionId].astro: Language not supported
- src/pages/fr/experience.astro: Language not supported
- src/pages/fr/experience/[positionId].astro: Language not supported
- src/pages/fr/index.astro: Language not supported
- src/pages/index.astro: Language not supported
- src/styles/global.scss: Language not supported
Comments suppressed due to low confidence (1)
eslint.config.js:5
- [nitpick] The 'typescript-eslint' package is imported with a different alias from the one used earlier in the file. Consider using a consistent alias to avoid potential confusion.
import tseslint from "typescript-eslint";
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.