Skip to content

rultor up to 1.24.0 #626

rultor up to 1.24.0

rultor up to 1.24.0 #626

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022 Olesia Subbotina
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: Run DiKTat analysis
'on':
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
diktat_check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04, windows-2022 ]
java: [ 17 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Run diktat
run: mvn diktat:check@diktat