diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e8a5c92..c8b172c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: name: "Checkstyle Main" runs-on: "vps-4" container: - image: "cimg/openjdk:21.0-node" + image: "cimg/openjdk:22.0-node" steps: - name: "Checkout" uses: actions/checkout@v3 diff --git a/backend/config/checkstyle/checkstyle.xml b/backend/config/checkstyle/checkstyle.xml new file mode 100644 index 0000000..eb45038 --- /dev/null +++ b/backend/config/checkstyle/checkstyle.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file