Skip to content

Commit

Permalink
add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
shibeshduw committed Oct 29, 2024
1 parent f124d61 commit 05cec9f
Show file tree
Hide file tree
Showing 6 changed files with 96,241 additions and 397,566 deletions.
6 changes: 4 additions & 2 deletions .github/actions/check-public-api/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: 'Check public API'
description: 'Checks whether the public API is correctly exported.'
inputs:
force-internal-exports:
description: 'Whether to force that everythin is exported through the internal API.'
description: 'Whether to force that everything is exported through the internal API.'
default: 'false'
ignore-paths:
excluded-packages:
description: 'Packages to exclude when checking the public API.'
ignored-paths:
description: 'Paths to ignore when checking the public API.'

runs:
Expand Down
Loading

0 comments on commit 05cec9f

Please sign in to comment.