35 Commits

Author SHA1 Message Date
dependabot[bot]
9c20c5bc92 deps(deps): bump actions/setup-node from 4 to 5 in the github-actions group (#8)
deps(deps): bump actions/setup-node in the github-actions group

Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-27 10:07:07 +03:30
blacksmith-sh[bot]
61ada6397e .github/workflows: Migrate workflows to Blacksmith runners (#9)
Migrate workflows to Blacksmith

Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
2025-09-27 08:12:29 +03:30
Nexim Bot
3bc559e467 Revert "deps(deps): bump actions/setup-node from 4 to 5 in the github-actions…"
This reverts commit 1660ce4e02.
2025-09-08 13:28:57 +03:30
dependabot[bot]
1660ce4e02 deps(deps): bump actions/setup-node from 4 to 5 in the github-actions group (#6)
deps(deps): bump actions/setup-node in the github-actions group

Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-06 12:08:17 +03:30
dependabot[bot]
0d2de95d88 deps(deps): bump actions/checkout from 4 to 5 in the github-actions group (#5)
deps(deps): bump actions/checkout in the github-actions group

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 08:02:11 +03:30
9941d2fc6b feat(build-lint-test): add caching for .cache folders 2025-05-07 08:31:43 +03:30
b00b7468a1 fix: correctly set RELEASER_ACCOUNT_TOKEN 2025-01-04 09:00:32 +03:30
166fa43a55 refactor: enhancement and documenting 2025-01-04 08:48:18 +03:30
c032870efb feat: add sync label 2025-01-04 08:30:20 +03:30
26f62830d9 feat(dependency-review): add inputs for base_ref and head_ref in workflow 2025-01-04 08:18:38 +03:30
88958232f2 fix(publish-npm): add npm registry url input to workflow 2025-01-04 08:10:19 +03:30
5ddd93afcc fix(publish-npm): set registry url 2025-01-04 08:07:10 +03:30
abe20e7d8c fix: correct set node version 2025-01-02 13:57:47 +03:30
10517cadcd fix(publish-npm): remove eslint 2025-01-02 13:53:42 +03:30
d925019c58 chore: remove sync label 2025-01-02 13:53:23 +03:30
1f27e91c94 fix: change yml to yaml 2025-01-02 13:48:02 +03:30
arashagp
09498b6079 fix: standardize input parameter naming in workflows (#4) 2025-01-02 13:07:59 +03:30
arashagp
382108525b Lint: Make Happy :) 2025-01-02 11:27:05 +03:30
arashagp
ef28694385 refactor: streamline GPG key handling in release workflow 2025-01-02 11:23:29 +03:30
arashagp
1f8ffd2f69 refactor: add GPG private key to release workflow for enhanced security 2025-01-02 11:21:34 +03:30
e05c377c55 chore: fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: S. Amir Mohammad Najafi <njfamirm@gmail.com>
2025-01-02 11:17:52 +03:30
arashagp
1cc6cddc6f feat: enhance workflows by adding required secrets and expanding language support 2025-01-02 11:13:06 +03:30
arashagp
55d01ac20b refactor: update workflows to remove unnecessary inputs and standardize job names 2025-01-02 11:01:21 +03:30
arashagp
9f6efe895e chore: remove unnecessary headers 2025-01-02 10:51:16 +03:30
arashagp
9fcacd8067 feat: add header for workflow call 2025-01-02 10:34:54 +03:30
arashagp
fa5c4d3e8c feat: add codeql(code quality) workflow 2025-01-02 10:30:23 +03:30
arashagp
7153b79599 feat: add dependency-review workflow 2025-01-02 10:30:23 +03:30
arashagp
78f4f19b30 feat: add publish-npm workflow 2025-01-02 10:30:23 +03:30
arashagp
e1c27514da feat: add release workflow 2025-01-02 10:30:23 +03:30
arashagp
0fbfa104ce feat: add sync-label workflow 2025-01-02 10:30:23 +03:30
f79bfee2fd refactor(build-lint-test): remove wireit cache to ensure build immutable 2025-01-02 10:19:44 +03:30
76d3efb195 refactor(build-lint-test): remove extra env filed 2025-01-02 10:15:30 +03:30
5f881c739a chore: remove JavaScript project setup workflow 2025-01-02 10:14:08 +03:30
e7a0fa3303 feat: add GitHub Actions workflow for building, linting, and testing the project 2024-12-30 09:36:09 +03:30
001b5cbb20 feat: add GitHub Actions workflow for JavaScript project setup 2024-12-30 08:54:03 +03:30