aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-scala-presence.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-scala-presence.yml')
-rw-r--r--.github/workflows/test-scala-presence.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/test-scala-presence.yml b/.github/workflows/test-scala-presence.yml
new file mode 100644
index 0000000000..9bfd16e04e
--- /dev/null
+++ b/.github/workflows/test-scala-presence.yml
@@ -0,0 +1,18 @@
+name: Test Scala Presence
+
+on:
+ pull_request:
+ branches: [ master, main ]
+ push:
+ branches: [ "**" ]
+
+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 \ No newline at end of file