Skip to content

XD-cods

XD-cods #2

name: checkstyle check
run-name: ${{ github.actor }}
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: run checkstyle
run: mvn checkstyle:check