Skip to content

cache the ItemList.values() call in the PlatinumSludgeOverHaul makes it run 8 times faster #8542

cache the ItemList.values() call in the PlatinumSludgeOverHaul makes it run 8 times faster

cache the ItemList.values() call in the PlatinumSludgeOverHaul makes it run 8 times faster #8542

name: Test Scala Presence
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
test-scala-presence:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Detect scala presence
shell: bash
run: |
! grep -E -r 'import scala\.' src/main/java