Skip to content

Commit

Permalink
IGNITE-22726 Add Github CI check for javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
timoninmaxim committed Jul 12, 2024
1 parent 2448ffa commit 81ed5cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81ed5cc

Please sign in to comment.