From 86a6633e79695a213794b7f2f57c02e70050bd55 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 1 Apr 2025 09:11:41 +0100 Subject: [PATCH] Use lfs for DB --- .gitattributes | 1 + .github/workflows/fontspectorall.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 97d3309f88..af4ce95d81 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.pb linguist-language=protobuf +*.db filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/fontspectorall.yaml b/.github/workflows/fontspectorall.yaml index be349d9600..914e1d2345 100644 --- a/.github/workflows/fontspectorall.yaml +++ b/.github/workflows/fontspectorall.yaml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v4 with: ref: main + lfs: true - name: Install protoc run: brew install protobuf - name: Install Rust -- 2.47.2