aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-scala-presence.yml
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2022-09-01 12:01:50 +0800
committerGlease <4586901+Glease@users.noreply.github.com>2022-09-01 12:40:28 +0800
commit1bc9006d7bbe5c503f36364b2c4dce2a29293e3a (patch)
tree5a6cb5230f93739fee59310b41dbe540c951ce63 /.github/workflows/test-scala-presence.yml
parentb0698efc456a3dc92a8b7a059b01433d461866e3 (diff)
downloadGT5-Unofficial-1bc9006d7bbe5c503f36364b2c4dce2a29293e3a.tar.gz
GT5-Unofficial-1bc9006d7bbe5c503f36364b2c4dce2a29293e3a.tar.bz2
GT5-Unofficial-1bc9006d7bbe5c503f36364b2c4dce2a29293e3a.zip
add skeleton code
this should be the least common code for all the branches I work on...
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..6b1091e1fd
--- /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: [ 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