Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA: Introduce new workflow to nitpick on trailing spaces and long lines
* This is the hackiest possible implementation, if we agree to do this, it would probably be best to use an own GitHub Action action for it. * I wanted to use "continue-on-error: true" in my steps but while that correctly recognizes all issues, people would not see the evil red X marking the check failed. * Output is not particularly pretty currently. * On longer PRs, the current output may be a bit confusing, because we don't try to give file names/lines that failed. * This only runs on PRs. Running on push would mean running after the damage is already dones. * This will only compare main..my-branch, rather than each commit added to my-branch individually * Checking out the 1.3 GB doc-sle repo for 10 seconds worth of scripts is a bit wasteful. Unfortunately, it would not work easily with any kind of --depth setting. :/ * This workflow fails the line length criteria too.
- Loading branch information