Ends the message, reseting formating. If this message is a fatal error, calling
+
Ends the message, resetting formatting. If this message is a fatal error, calling
this method will also exit the program with an error code of 1.
From 6c27a2c9baf24ca0416f6b5259f18ee1428bc754 Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:06:22 +0300
Subject: [PATCH 12/19] exclude all subdirectories of `site`
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index e9805d8..21d8f6f 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- ignore_words_list: blahblahblah
\ No newline at end of file
+ exclude_file: ./site/*
\ No newline at end of file
From e04118d009c8ed75f87248cadee14d0d9232c5d5 Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:07:13 +0300
Subject: [PATCH 13/19] ???
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 21d8f6f..c922354 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- exclude_file: ./site/*
\ No newline at end of file
+ exclude_file: site/*
\ No newline at end of file
From cd9665f3f810c51f78cc977fa9e1ebf978a86bdb Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:10:46 +0300
Subject: [PATCH 14/19] how do you do this
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index c922354..ccebcb9 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- exclude_file: site/*
\ No newline at end of file
+ exclude_file: site/**
From 16b4db9bd5c65ec47374621672ad7ac11b4fc709 Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:11:51 +0300
Subject: [PATCH 15/19] *
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index ccebcb9..4f9708c 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- exclude_file: site/**
+ exclude_file: site/
From b929a7a196d0fe51323f90af423323740c539c80 Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:14:43 +0300
Subject: [PATCH 16/19] why is it making me do this
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 4f9708c..347ee17 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- exclude_file: site/
+ exclude_file: site/java/testapidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/script-dir/jquery-3.5.1.min.js
From 3e9ff1b4bc0417e9b5fa0ffc64ed11c777403ed3 Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:16:18 +0300
Subject: [PATCH 17/19] ignore COPYRIGHT files for the sake of completeness
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 347ee17..3020eec 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- exclude_file: site/java/testapidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/script-dir/jquery-3.5.1.min.js
+ exclude_file: site/java/testapidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/legal/COPYRIGHT,site/java/testapidocs/legal/COPYRIGHT
From aab968a4ccb6f6295025cde309d50d9e1af6803a Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Sun, 3 Aug 2025 08:19:44 +0300
Subject: [PATCH 18/19] oh gosh
---
.github/workflows/spellcheck.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
index 3020eec..347ee17 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/spellcheck.yml
@@ -17,4 +17,4 @@ jobs:
show-progress: false
- uses: codespell-project/actions-codespell@master
with:
- exclude_file: site/java/testapidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/legal/COPYRIGHT,site/java/testapidocs/legal/COPYRIGHT
+ exclude_file: site/java/testapidocs/script-dir/jquery-3.5.1.min.js,site/java/apidocs/script-dir/jquery-3.5.1.min.js
From 55ff80bc9d3b59b504dc0b8f7f8f84775a6ff305 Mon Sep 17 00:00:00 2001
From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Date: Mon, 4 Aug 2025 09:08:06 +0300
Subject: [PATCH 19/19] rename spellcheck.yml to style.yml and make suggested
changes
---
.github/workflows/{spellcheck.yml => style.yml} | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
rename .github/workflows/{spellcheck.yml => style.yml} (82%)
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/style.yml
similarity index 82%
rename from .github/workflows/spellcheck.yml
rename to .github/workflows/style.yml
index 347ee17..4e192f2 100644
--- a/.github/workflows/spellcheck.yml
+++ b/.github/workflows/style.yml
@@ -1,6 +1,11 @@
-name: Spellcheck
+name: Style
-on: [push, pull_request]
+on:
+ push:
+ branches: ["main"]
+ pull_request:
+ branches: ["main"]
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}