Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactor: add github actions and format styles for prettier configurations #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vexra
Copy link

@vexra vexra commented Mar 14, 2024

In this pull request I added github actions, dependabots and changed the configuration for prettier. I also changed the use of the package manager which originally used npm to use pnpm.

In the dependabot.yml configuration, it is used to always update the package to the latest version every month so that the project will receive notifications to always update the package to maintain security.

In the build github action will run the pnpm run build command to check if the project is successful. While the dev github action will run pnpm run prettier this is done to check the format of the code that must match the configuration. And pnpm run lint to check for type errors.

I also changed the use of the package manager which originally used npm to use pnpm because pnpm is safer, faster, lighter, and saves on storage usage for node_modules.

@tengkuhafidz @janajri

@vexra vexra changed the title add github actions and format styles for prettier configurations style: add github actions and format styles for prettier configurations Mar 20, 2024
@vexra vexra changed the title style: add github actions and format styles for prettier configurations refactor: add github actions and format styles for prettier configurations Mar 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant