Saisam99

Results 5 issues of Saisam99

invalid

"scripts": { "test": "...", // الأمر الأصلي موجود "lint": "...", // الأمر الأصلي موجود scripts "lint:fix": "eslint --fix .", "format:check": "prettier --check \"**/*.js\"", "format:fix": "prettier --write \"**/*.js\"", "test:watch": "mocha --watch",...

Fixes #ISSUE_NUMBER ## Description ## Checklist - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue is addressed...

This pull request introduces a new GitHub Actions workflow in `.github/workflows/webpack.yml` to automate build and test processes for Node.js (with Webpack) and Go projects. The workflow adds comprehensive examples for...

What problem does this pull request solve? Why were these changes needed? Summarize the goals of this PR based on the linked issue. How does this PR relate to issue...