aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-scala-presence.yml
blob: 6b1091e1fdfae5ba6dec584eb671e7450371be74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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@v2
      - name: Check file content
        uses: mattsb42-meta/not-grep@1.0.0
        with:
          config-file: ./.github/test-scala-presence.toml