diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index f5a97c7e..a01a0616 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -14,6 +14,8 @@ jobs: - run: make format - name: ignore package-lock changes run: git restore "*/package-lock.json" + - name: ignore proto-generated file changes + run: git restore "lib/src/platform" - run: git diff - run: git diff-files --ignore-submodules - name: Check that files have been formatted before PR submission