Skip to content

Commit

Permalink
Merge pull request #299 from unixorn/housekeeping-2024-10-31
Browse files Browse the repository at this point in the history
Housekeeping 2024-10-31
  • Loading branch information
unixorn authored Oct 31, 2024
2 parents 50c3c7e + b36c433 commit dcc2d27
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
ACTION_ACTIONLINT_DISABLE_ERRORS: true
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
REPOSITORY_KICS_DISABLE_ERRORS: true
REPOSITORY_TRIVY_DISABLE_ERRORS: true

# Upload Mega-Linter artifacts.
# They will be available on Github action page "Artifacts" section
Expand Down
28 changes: 28 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: forbid-submodules
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
hooks:
- id: markdownlint-fix
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]

- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: ["--update-only"]
3 changes: 3 additions & 0 deletions .zsh-quickstart-local-plugins-example
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ fi
# Supercharge your history search with fzf
zgenom load unixorn/fzf-zsh-plugin

# Soup up command history search with fzf.
zgen load unixorn/fzf-zsh-plugin

# Add my bitbucket git helpers plugin.
zgenom load unixorn/bitbucket-git-helpers.plugin.zsh

Expand Down
1 change: 1 addition & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The **ZSH Quickstart Kit** is a batteries-included starter kit for using `zsh`.

- [Contribution Guidelines](#contribution-guidelines)
- [New Features](#new-features)
- [Readme](#readme)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
Empty file modified zsh/.zgen-setup
100644 → 100755
Empty file.
Empty file modified zsh/.zsh_aliases
100644 → 100755
Empty file.
Empty file modified zsh/.zsh_functions
100644 → 100755
Empty file.

0 comments on commit dcc2d27

Please sign in to comment.