Skip to content

Commit

Permalink
fix(ci): ignore auto-formatting of proto-generated files (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev authored May 29, 2024
1 parent 48a67f4 commit 30fb685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30fb685

Please sign in to comment.