paambaati / codeclimate-action

GitHub Action to send your code coverage to CodeClimate
MIT License
197 stars 65 forks source link

fix: make sure the action can actually run as ESM #758

Closed paambaati closed 3 weeks ago

paambaati commented 3 weeks ago

The action won't run correctly as ESM without these fixes –

  1. Build output files with .mjs extension to signal the output is ESM.
  2. Declare newly-introduced option for the action to understand.