Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 455 Bytes

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