Skip to content

Commit

Permalink
ci: ignore shellcheck style recommendation
Browse files Browse the repository at this point in the history
Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Nov 20, 2023
1 parent 8329aaf commit 3861bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/create-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ MANIFEST_PATH="$1"
OUTPUT_PATH="$2"

echo "## build-meta" > "$OUTPUT_PATH"

# shellcheck disable=SC2129
echo "\`\`\`" >> "$OUTPUT_PATH"
cat "$MANIFEST_PATH" >> "$OUTPUT_PATH"
echo "\`\`\`" >> "$OUTPUT_PATH"

0 comments on commit 3861bb2

Please sign in to comment.