[Refactor] Harden against pathological function names #43
Workflow file for this run
This file contains hidden or 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
| name: 'Tests: pretest/posttest' | |
| on: [pull_request, push] | |
| permissions: | |
| contents: read | |
| jobs: | |
| tests: | |
| uses: ljharb/actions/.github/workflows/pretest.yml@main | |
| with: | |
| skip-pack: true # `npm run tests-only` fails in node 15+ without NODE_OPTIONS=--unhandled-rejections=none, but older nodes throw for unrecognized NODE_OPTIONS |