Skip to content

Commit b308eb8

Browse files
committed
chore: fix code style and remove unneeded definition
1 parent 8b4f45f commit b308eb8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/scripts/add_trailing_newlines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929
# Ensure that the exit status of pipelines is non-zero in the event that at least one of the commands in a pipeline fails:
3030
set -o pipefail
3131

32+
3233
# VARIABLES #
3334

3435
# List of file extensions to process:
3536
extensions=("js" "mjs" "cjs" "json" "ts" "py" "jl" "R" "c" "h" "cpp" "hpp" "f" "sh" "awk" "html" "xml" "css" "md" "yml" "gypi" "bib" "tex")
3637

38+
3739
# FUNCTIONS #
3840

3941
# Convert Windows CRLF to Unix LF line endings.

.github/workflows/scripts/check_contributing_guidelines_acceptance

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
# Ensure that the exit status of pipelines is non-zero in the event that at least one of the commands in a pipeline fails:
3232
set -o pipefail
3333

34+
3435
# VARIABLES #
3536

3637
# Get the pull request number:
@@ -39,8 +40,6 @@ pr_number="$1"
3940
# Set the repository name:
4041
GITHUB_REPOSITORY="stdlib-js/stdlib"
4142

42-
# Set the contributing guidelines link:
43-
CONTRIBUTING_LINK="https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md"
4443

4544
# FUNCTIONS #
4645

@@ -94,9 +93,7 @@ This acknowledgment confirms that you've read the guidelines, which include:
9493
9594
We can't review or accept contributions without this acknowledgment.
9695
97-
Thank you for your understanding and cooperation. We look forward to reviewing your contribution!
98-
99-
[contributing]: ${CONTRIBUTING_LINK}"
96+
Thank you for your understanding and cooperation. We look forward to reviewing your contribution!"
10097

10198
if ! curl -s -X POST \
10299
-H "Authorization: token ${GITHUB_TOKEN}" \

0 commit comments

Comments
 (0)