mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Bumps the rumdl group with 1 update: [rvben/rumdl](https://github.com/rvben/rumdl). Updates `rvben/rumdl` from 0.2.3 to 0.2.7 - [Release notes](https://github.com/rvben/rumdl/releases) - [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md) - [Commits](https://github.com/rvben/rumdl/compare/v0.2.3...v0.2.7) chore(deps): bump https://github.com/rvben/rumdl-pre-commit Bumps the rumdl group with 1 update: [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit). Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.0 to 0.2.7 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.0...v0.2.7) --- updated-dependencies: - dependency-name: rvben/rumdl dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rumdl - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.7 dependency-type: direct:production dependency-group: rumdl ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
858 B
YAML
31 lines
858 B
YAML
repos:
|
|
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-added-large-files
|
|
- id: mixed-line-ending
|
|
- repo: local
|
|
hooks:
|
|
- id: update-license
|
|
name: update license
|
|
pass_filenames: false
|
|
language: system
|
|
always_run: true
|
|
entry: >
|
|
sh -c '
|
|
(curl -fsSL https://wfxr.mit-license.org/2017/license.txt && echo) > ./LICENSE &&
|
|
git add ./LICENSE || { git checkout ./LICENSE && exit 1; }
|
|
'
|
|
- repo: https://github.com/rvben/rumdl-pre-commit
|
|
rev: v0.2.7
|
|
hooks:
|
|
- id: rumdl-fmt # Auto-format and fail if issues remain
|
|
- repo: https://github.com/rhysd/actionlint
|
|
rev: v1.7.12
|
|
hooks:
|
|
- id: actionlint
|