Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 998 Bytes

File metadata and controls

30 lines (18 loc) · 998 Bytes

check-subpath-exports

Verifies that all the subpath exports in package.json actually match existing files.

Example

steps:
  - uses: giancosta86/aurora-github/actions/check-subpath-exports@v6

Please, note: this action is automatically run by verify-npm-package.

Requirements

  • The jq command (especially version 1.7) must be available in the operating system.

Inputs 📥

Name Type Description Default value
project-directory string The directory containing package.json .

Further references