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.
Maximum allowed file path length. Default 200
.
uses: graebm/max-path-action@v1
with:
limit: 150
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.
Maximum allowed file path length. Default 200
.
uses: graebm/max-path-action@v1
with:
limit: 150