Commit graph

9 commits

Author SHA1 Message Date
mehmet turac
7b9b30a1ea
refactor: extract working-directory validation into testable module
- Add src/working-directory.ts with validateWorkingDirectory()
- Add __test__/working-directory.test.ts with 4 test cases
- Update main.ts to use validation function
- Throw clear error for non-existent or non-directory paths
- Rebuild dist/index.js

Addresses review feedback on #426
2026-05-12 13:24:42 +03:00
Salman Muin Kayser Chishti
a047196d9a
test: add getOctokit integration tests via callAsyncFunction 2026-04-09 19:15:58 +01:00
Salman Muin Kayser Chishti
3d149a5dc3
test: add getOctokit context tests to async-function suite 2026-04-09 19:15:56 +01:00
Salman Muin Kayser Chishti
73b5e99fba
test: add 16 unit tests for getOctokit factory 2026-04-09 19:15:54 +01:00
Luke Tomlinson
8445ca871a Fix overriding request options from @actions/github 2022-09-30 15:15:18 -04:00
Luke Tomlinson
3faaff918c PR feedback 2022-09-23 16:16:31 -04:00
Luke Tomlinson
660d907517 refactor and add tests for retry options 2022-09-23 11:45:39 -04:00
Jonathan Clem
3037861304
Add ESLint and Prettier 2020-05-18 11:28:54 -04:00
Jonathan Clem
38e3ffe4c6
Add tests for the AsyncFunction 2020-02-27 17:27:49 -05:00