Skip to content

feat:add newline check #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .fend.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
skip:
dir:
- .idea
- .vscode
file:
- jzfs
3 changes: 3 additions & 0 deletions .github/workflows/basic_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: |
make build

- name: end-of-file-check
uses: njgibbon/fend@main

- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b $(go env GOPATH)/bin v1.55.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: basic-check
name: test

on:
push:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ init and running

./jzfs daemon
```

2 changes: 1 addition & 1 deletion docs/refrences.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ git设计

3. 包文件 压缩上述文件到包里面

4. 传输协议 smart http/ssh
4. 传输协议 smart http/ssh