Below you will find pages that utilize the taxonomy term “gi-org-pl”
March 19, 2026
Check CRLF line endings
Version updated for https://github.com/gi-org-pl/check-crlf-action to version v1.0.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The check-crlf-action GitHub Action ensures code consistency by detecting and failing workflows if any tracked files in the repository use CRLF (\r\n) line endings instead of LF line endings. It automates the enforcement of uniform line endings across the codebase, helping to prevent issues caused by inconsistent line ending formats in collaborative development environments.
March 19, 2026
Check file permission changes
Version updated for https://github.com/gi-org-pl/check-file-permissions-action to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The check-permissions-action is a GitHub Action designed to detect and fail pull requests that introduce file permission changes (e.g., modifying file modes such as making a file executable). It automates the process of ensuring consistent file permissions across branches, helping teams enforce security and compliance standards in their repositories.
March 19, 2026
Check app version tag
Version updated for https://github.com/gi-org-pl/check-version-action to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The check-version-action GitHub Action ensures that a specified version tag does not already exist in the repository, helping to prevent the accidental reuse of published version tags. It automates the process of verifying version uniqueness by checking against existing git tags, offering early failure detection for shallow clones if full git history is not fetched.