Skip to content

Commit

Permalink
Merge pull request #8 from jiaozifs/feat/add_newline_check
Browse files Browse the repository at this point in the history
feat:add newline check
  • Loading branch information
Brownjy authored Nov 29, 2023
2 parents a13edee + 238e75a commit e9db84a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
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

0 comments on commit e9db84a

Please sign in to comment.