Skip to content

Commit

Permalink
ci(pre-commit): add .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyXiang committed Aug 19, 2023
1 parent d8e2f05 commit 800724e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: go-fmt
- id: go-mod-tidy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# putcallback

`putcallback` is a program which handles callback from [Put.io](https://put.io/).
It will move files from Put.io to any other storage supported by [rclone](https://rclone.org/).
It will move files from Put.io to any other storage supported by [rclone](https://rclone.org/).

## Prerequisites

Expand Down

0 comments on commit 800724e

Please # to comment.