You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: .eslintrc
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@
55
55
"name": "node-fetch",
56
56
"importNames": ["default"],
57
57
"message": "Avoid using `node-fetch` directly and instead use the fetch wrapper located in `lib/fetch.ts`. See CONTRIBUTING.md for more information."
58
+
},
59
+
{
60
+
"name": "ci-info",
61
+
"message": "The `ci-info` package is difficult to test because misleading results will appear when running tests in the GitHub Actions runner. Instead of importing this package directly, create a wrapper function in `lib/isCI.ts` and import that instead."
0 commit comments