-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: use inputs #2
Commits on Feb 14, 2024
-
feat(dependabot.yml): add Dependabot configuration file to enable aut…
…omated dependency updates feat(linters): add ESLint configuration files for linting TypeScript code feat(workflows): add CI workflow for continuous integration and code quality checks feat(workflows): add workflow for checking transpiled JavaScript code in the dist/ directory feat(workflows): add workflow for CodeQL analysis to find security vulnerabilities feat(workflows): add workflow for automated releases using release-please action
Configuration menu - View commit details
-
Copy full SHA for b68d320 - Browse repository at this point
Copy the full SHA b68d320View commit details -
chore(action.yml): update action.yml to use composite run strategy an…
…d setup-node action fix(dist/index.js): fix error message to use single quotes instead of double quotes fix(index.ts): fix error message to use single quotes instead of double quotes fix(scripts/branch-lane.ts): fix console.log statement to use single quotes instead of double quotes
Configuration menu - View commit details
-
Copy full SHA for e3abeb6 - Browse repository at this point
Copy the full SHA e3abeb6View commit details -
chore: add .prettierignore file to ignore dist/, node_modules/, cover…
…age/, and test-data/ directories chore: add .prettierrc.json file to configure Prettier formatting options chore: add .release-please-manifest.json file to specify the initial version as 1.0.0 chore: add release-please-config.json file to configure Release Please for the project chore(package.json): update scripts to include bundle, format:write, format:check, lint, package, package:watch, and all scripts chore(package.json): add devDependencies for eslint, prettier, and related plugins
Configuration menu - View commit details
-
Copy full SHA for c2cc8c3 - Browse repository at this point
Copy the full SHA c2cc8c3View commit details -
fix(index.js): add missing comment block for run function
fix(index.ts): remove unnecessary double exclamation mark from wsDir variable assignment fix(branch-lane.ts): add missing comment block for run function and specify return type as Promise<void>
Configuration menu - View commit details
-
Copy full SHA for dfb86eb - Browse repository at this point
Copy the full SHA dfb86ebView commit details -
fix(ci.yml): update BIT_CLOUD_ACCESS_TOKEN environment variable to fa…
…llback to BIT_CONFIG_USER_TOKEN if BIT_CLOUD_ACCESS_TOKEN is not available in secrets
Configuration menu - View commit details
-
Copy full SHA for 5de5698 - Browse repository at this point
Copy the full SHA 5de5698View commit details -
chore(ci.yml): remove unused environment variables in the test-typesc…
…ript job chore(ci.yml): move environment variables to the test-action job for GitHub Actions test
Configuration menu - View commit details
-
Copy full SHA for 309c553 - Browse repository at this point
Copy the full SHA 309c553View commit details -
chore(ci.yml): temporarily comment out the Commit Bitmap step due to …
…compatibility issues with the current version, will uncomment and update when the Eventiva patch is merged
Configuration menu - View commit details
-
Copy full SHA for 5ec859d - Browse repository at this point
Copy the full SHA 5ec859dView commit details