-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from wolfadex/one-error
In case of a single error, don't define a custom type
- Loading branch information
Showing
3 changed files
with
128 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,8 +122,8 @@ jobs: | |
- name: Diff the outputs | ||
run: | | ||
echo '```diff' > diff.md | ||
diff -w -d -r main/generated branch/generated >> diff.md || true # We ignore diff exiting with a 1 on diff | ||
echo '```' >> diff.md | ||
diff -w -d -r main/generated branch/generated | dd bs=1024 count=30 >> diff.md || true # We ignore diff exiting with a 1 on diff | ||
echo -e '\n```' >> diff.md | ||
- name: Post a comment with the diff | ||
uses: JoseThen/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.