]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Enforce no formatting changes for PRs via CI (GH-2951)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sat, 26 Mar 2022 21:22:38 +0000 (17:22 -0400)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 21:22:38 +0000 (17:22 -0400)
commitf239d227c003c52126239e1b9a37c36c2b2b8305
tree9380520ee971a996814dc08ddc79a967e1d55663
parentbd1e98034907463f5d86f4d87e89202dc6c34dd4
Enforce no formatting changes for PRs via CI (GH-2951)

Now PRs will run two diff-shades jobs, "preview-changes" which formats
all projects with preview=True, and "assert-no-changes" which formats
all projects with preview=False. The latter also fails if any changes
were made.

Pushes to main will only run "preview-changes"

Also the workflow_dispatch feature was dropped since it was
complicating everything for little gain.
.github/workflows/diff_shades.yml
docs/contributing/gauging_changes.md
scripts/diff_shades_gha_helper.py
src/black/__init__.py