Replace old 32x/64x/png/gradiented circuitry textures with better 16x ones #11182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |