/max-path-action

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Max Path action

Check that no file path exceeds a limit.

Long file paths are an issue when developing on Windows, which has a 260 character limit by default.

Inputs

limit

Maximum allowed file path length. Default 200.

Example usage

uses: graebm/max-path-action@v1
with:
  limit: 150