Skip to content
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

feat: add ci workflow #72

Merged
merged 12 commits into from
Oct 7, 2024
Merged

feat: add ci workflow #72

merged 12 commits into from
Oct 7, 2024

Conversation

halvaradop
Copy link
Owner

@halvaradop halvaradop commented Oct 5, 2024

Description

This pull request adds the ci workflow to automate continuos integration for the project, including the build, test, deploy-to-development and deploy-to-production jobs. Key changes include
This pull request adds the ci workflow to automate continuous integration for the project,

  • Introduced a new CI workflow to automate continuous integration.
  • Moved the content of the npm-publish workflow into the new CI workflow and removed the original npm-publish workflow.
  • Added a newline in the automatic-comment workflow for better readability.
  • Removed the .github folder from the .prettierignore file to ensure proper formatting.

Additionally, this pull request introduces two new commands, build:core and build:ci, which allow for creating the build based on its priority.

Checklist

  • Added documentation.
  • The changes do not generate any warnings.
  • I have performed a self-review of my own code
  • All tests have been added and pass successfully

Notes

- Introduced a new CI workflow to automate continuous integration.
- Moved the content of the `npm-publish` workflow into the new CI workflow and removed the original `npm-publish` workflow.
- Added a newline in the `automatic-comment` workflow for better readability.
- Removed the `.github` folder from the `.prettierignore` file to ensure proper formatting.
Copy link

github-actions bot commented Oct 5, 2024

Thank you, @halvaradop, for your contribution to halvaradop/tailwindcss-utilities.

Your submission will be reviewed by @halvaradop. We will provide feedback or approval as soon as possible.

@halvaradop halvaradop merged commit cce2bf3 into master Oct 7, 2024
4 checks passed
@halvaradop halvaradop deleted the feat/add-ci-workflow branch October 7, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant