Skip to content

chore(ci): add GitHub Actions workflow for testing and linting#46

Merged
piotrl merged 3 commits intomasterfrom
chore/github-actions-for-tests-lint
Jul 17, 2025
Merged

chore(ci): add GitHub Actions workflow for testing and linting#46
piotrl merged 3 commits intomasterfrom
chore/github-actions-for-tests-lint

Conversation

@piotrl
Copy link
Copy Markdown
Owner

@piotrl piotrl commented Jul 13, 2025

Goal: Establish automated CI for testing, linting, and building changes to ensure code quality and maintainability.

.github/workflows/ci.yml:

  • Added a GitHub Actions workflow to trigger on push and pull_request events for main and master branches.
  • Configured matrix testing for Node.js versions 20.x and 22.x.
  • Defined steps to checkout code, set up Node.js with caching enabled, install dependencies, run lint checks, execute tests, and build the project.

This workflow ensures consistent quality checks for all contributions and supports streamlined development. Related to chore/github-actions-for-tests-lint.

@piotrl piotrl force-pushed the chore/github-actions-for-tests-lint branch from 05e2f5b to 33447d4 Compare July 13, 2025 15:15
piotrl added 2 commits July 13, 2025 17:23
**Goal:** Establish automated CI for testing, linting, and building changes to ensure code quality and maintainability.

**`.github/workflows/ci.yml`:**
- Added a GitHub Actions workflow to trigger on `push` and `pull_request` events for `main` and `master` branches.
- Configured matrix testing for Node.js versions 20.x and 22.x.
- Defined steps to checkout code, set up Node.js with caching enabled, install dependencies, run lint checks, execute tests, and build the project.

This workflow ensures consistent quality checks for all contributions and supports streamlined development. Related to `chore/github-actions-for-tests-lint`.
@piotrl piotrl force-pushed the chore/github-actions-for-tests-lint branch from 33447d4 to a631f90 Compare July 13, 2025 15:26
@piotrl piotrl merged commit 8128955 into master Jul 17, 2025
1 check failed
@piotrl piotrl deleted the chore/github-actions-for-tests-lint branch July 17, 2025 20:51
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