Skip to content

Commit

Permalink
Merge pull request #26 from ShahradR/bugfix/large-readme-gif
Browse files Browse the repository at this point in the history
fix: reduce size of README GIF, and add pre-commit hook
  • Loading branch information
ShahradR authored Oct 2, 2020
2 parents d2b90c1 + d0cee10 commit 1b440cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=10240]

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v3.0.0
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=10240]

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v3.0.0
Expand Down Expand Up @@ -124,6 +126,8 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=10240]

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v3.0.0
Expand Down Expand Up @@ -202,6 +206,8 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=10240]

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v3.0.0
Expand Down Expand Up @@ -263,6 +269,8 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=10240]

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v3.0.0
Expand Down Expand Up @@ -319,6 +327,8 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=10240]

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v3.0.0
Expand Down
Binary file modified docs/images/github-create-repo-from-template.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b440cb

Please sign in to comment.