aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-scala-presence.yml
blob: 5baca0bdc9d51b6fbabb247e95206789a93dc0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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