This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 678807397e3 IGNITE-22726 Add Github CI check for javadocs release
(#11434)
678807397e3 is described below
commit 678807397e315a539907839e25cab63a473ff239
Author: Maksim Timonin <[email protected]>
AuthorDate: Mon Jul 15 09:48:12 2024 +0300
IGNITE-22726 Add Github CI check for javadocs release (#11434)
---
.github/workflows/commit-check.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/commit-check.yml
b/.github/workflows/commit-check.yml
index 5f71d78b973..cb532850a93 100644
--- a/.github/workflows/commit-check.yml
+++ b/.github/workflows/commit-check.yml
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-name: Code Style, Abandoned Tests
+name: Code Style, Abandoned Tests, Javadocs
on:
pull_request:
push:
@@ -67,6 +67,10 @@ jobs:
run : |
./mvnw test -Pcheck-test-suites,all-java,all-scala,scala -B -V
+ - name: Check javadocs.
+ run : |
+ ./mvnw -DskipTests install -pl modules/tools -B -V && ./mvnw
initialize -Pjavadoc -B -V
+
check-dotnet:
name: Сheck .NET code
runs-on: ubuntu-latest