diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4e33be2..c0f9594 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,4 +24,5 @@ jobs: - name: Run Formatter uses: notdevcody/intellij-format-action@v2 with: - path: src/ \ No newline at end of file + include-glob: '*.java' + path: './' \ No newline at end of file