mirror of
https://github.com/wader/fq.git
synced 2024-11-22 15:45:45 +03:00
e5c620db83
Split out lint to own job and only run cli bin test on ubuntu (requires expect) Add .gitattributes with text=lf for *.fqtest as they should be exact
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
# for windows: fqtest uses \n and asserts output so should be exact
|
|
*.fqtest eol=lf
|
|
# for windows: there are fqtest using json that need to be exact
|
|
*.json eol=lf
|