We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28591b commit 9a2ce43Copy full SHA for 9a2ce43
.gitattributes
@@ -0,0 +1,5 @@
1
+**/generated-archives/*.tar.xz filter=lfs diff=lfs merge=lfs -text
2
+
3
+# assure line feeds don't interfere with our working copy hash
4
+**/tests/fixtures/*.sh text crlf=input eol=lf
5
.github/workflows/rust.yml renamed to .github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
+ - uses: Swatinem/rust-cache@v2
15
+ - run: git lfs fetch && git lfs checkout
16
- name: tests
17
run: make test
18
- name: docs
0 commit comments