-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GHA): add req header containing file URL (#735)
* feat(GHA): add req header containing file URL * test: fix coverage for ci.name * chore: add eslint rule for importing `ci-info` * chore: add smol jsdoc * chore: another JSdoc * chore: fix whitespace * refactor: separate GHA runner setup/teardown ... into separate functions * chore: rename variable * chore: misc JSDocs * chore: include sanitized headers in debug logs * fix: normalize relative file paths * test: a buttload of tests * test: consolidate some CI tests * chore: fix a JSDoc * revert: restore a test to its original place it's failing now but not sure why 😬 * chore: try different approach to GHA env vars feedback: #735 (comment) https://www.webtips.dev/how-to-mock-processenv-in-jest * refactor: use shorthand Co-Authored-By: Ryan Park <ryan@ryanpark.org> * fix: better approach to normalizing file path feedback: #735 (comment) * chore: fix JSDoc --------- Co-authored-by: Ryan Park <ryan@ryanpark.org>
- Loading branch information
1 parent
968c653
commit 7574752
Showing
12 changed files
with
638 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.