Basic project structure#1
Merged
Merged
Conversation
ForgeOfDreams
commented
Jul 22, 2026
Contributor
- Add comprehensive README documentation
- Initial project setup with build and linting config
- Add GitHub Actions workflows and Dependabot configuration
Expand README with complete setup instructions, package configuration guide, and license information. This helps users understand how to use the template and customize it for their packages.
Add configuration files for code formatting, linting, and build tooling. Includes Prettier, Stylelint, EditorConfig, and package.json with development dependencies for CSS package development using Lightning CSS.
Add automated CI/CD pipelines and dependency management for the package template. **Changes:** - **Dependabot**: Enable automatic dependency updates for npm packages - Weekly checks for security and version updates - Grouped updates to reduce noise - **CI workflow** (`.github/workflows/ci.yml`): - Runs on push to `main`/`dev` and pull requests - Checks: Stylelint, Prettier formatting, and build - Uses Node.js 24.x with caching for faster installs - **Publish workflow** (`.github/workflows/publish.yml`): - Triggered on GitHub Release publication or manually via `workflow_dispatch` - Validates version consistency between `package.json` and release tag - Runs linters, formatting, and build before publishing - Publishes to npm with provenance (`--provenance`) and public access - Uses `NPM_TOKEN` secret for authentication **Benefits:** - Ensures code quality before merging via CI checks - Automates release process, reducing manual errors - Verifies package integrity with npm provenance - Keeps dependencies up-to-date with Dependabot **Related:** - Compatible with ComfortCSS package template structure
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.