Skip to content

Commit e9db84a

Browse files
authored
Merge pull request #8 from jiaozifs/feat/add_newline_check
feat:add newline check
2 parents a13edee + 238e75a commit e9db84a

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.fend.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
skip:
2+
dir:
3+
- .idea
4+
- .vscode
5+
file:
6+
- jzfs

.github/workflows/basic_check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: |
3333
make build
3434
35+
- name: end-of-file-check
36+
uses: njgibbon/fend@main
37+
3538
- name: Lint
3639
run: |
3740
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b $(go env GOPATH)/bin v1.55.1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: basic-check
1+
name: test
22

33
on:
44
push:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ init and running
1515

1616
./jzfs daemon
1717
```
18-

docs/refrences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ git设计
2323

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

26-
4. 传输协议 smart http/ssh
26+
4. 传输协议 smart http/ssh

0 commit comments

Comments
 (0)