Compare commits

..

No commits in common. "2aaf79410d615feb91b69583a53ccd1b3ae6ff5f" and "9ec6d8f4133f101c4a1b55a4a4863eb12697d5ca" have entirely different histories.

View file

@ -26,7 +26,6 @@ jobs:
- '.gitea/workflows/**'
checkstyle:
runs-on: ubuntu-latest
name: "Checkstyle Main"
needs: changed_files
if: ${{ needs.changed_files.outputs.backend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
@ -75,7 +74,6 @@ jobs:
run: gradle --stop
eslint:
runs-on: ubuntu-latest
name: eslint
needs: changed_files
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
@ -104,7 +102,6 @@ jobs:
bun run lint
prettier:
runs-on: ubuntu-latest
name: prettier
needs: changed_files
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
@ -133,7 +130,6 @@ jobs:
bun run format:check
test-build:
runs-on: ubuntu-latest
name: test-build
needs: changed_files
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}