Replace Spotless with simple python lint script

This commit is contained in:
AnimeGitB
2022-07-11 22:21:11 +09:30
committed by memetrollsXD
parent 24e9c55afa
commit 5e6a1f399c
4 changed files with 77 additions and 34 deletions

View File

@@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch LintRatchet
run: git fetch origin LintRatchet:LintRatchet
- name: Setup Java
uses: actions/setup-java@v3
with: