ci 👷: add GitHub Actions workflow for linting and testing

Set up comprehensive CI pipeline with three jobs:

- Lint: Runs ESLint and type checking
- Test: Executes test suite with Coveralls integration
- Build: Verifies package builds correctly

The workflow uses pnpm and caches dependencies for faster runs.
This commit is contained in:
Ante Budimir 2025-03-10 15:34:40 +02:00
parent d2b62d3995
commit 4df6af76f7
6 changed files with 146 additions and 5 deletions

View file

@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.5] - 2025-03-10
- Add GitHub Actions workflow for linting and testing ()
## [1.4.4] - 2025-03-10
- Improve GitHub Actions workflow for release creation ()
- Improve GitHub Actions workflow for release creation (d2b62d3)
## [1.4.3] - 2025-03-10