Skip to content

Conversation

@mast1ff
Copy link
Member

@mast1ff mast1ff commented Jun 17, 2025

This pull request introduces several updates to the project, including configuration improvements, CI workflow setup, and minor formatting changes. The most significant changes involve adding a CI workflow, updating ignored files in biome.json, and modifying package.json for consistency in formatting.

Configuration and Workflow Updates:

  • Added CI Workflow: Introduced a GitHub Actions workflow in .github/workflows/ci.yaml for CI tasks, including coverage testing, building, linting, and formatting. The workflow triggers on pushes and pull requests to the main branch, excluding specific paths like docs/** and .vscode/**.

  • Updated .editorconfig: Added a new section for YAML files to enforce indent_style = space.

Project File Management:

  • Updated Ignored Files in biome.json: Expanded the list of ignored files to include examples/iife/snowflake.min.js and examples/worker/snowflake.min.js in addition to existing patterns like coverage/** and dist/**.

Formatting Changes:

  • Streamlined package.json Formatting: Reformatted the keywords and files arrays into single-line formats for consistency. [1] [2]

@mast1ff mast1ff merged commit 5d291dc into main Jun 17, 2025
2 checks passed
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.

2 participants