aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2021-12-03 14:29:00 +0800
committerGlease <4586901+Glease@users.noreply.github.com>2021-12-04 00:13:52 +0800
commit8c029eab281e8612da2dd12f8b0d61ee8c8417a2 (patch)
tree332db14831b285b1fa5f08258e59d642c676428a /.github
parent92c78f346995f7140902f9719daa89d427f61a04 (diff)
downloadGT5-Unofficial-8c029eab281e8612da2dd12f8b0d61ee8c8417a2.tar.gz
GT5-Unofficial-8c029eab281e8612da2dd12f8b0d61ee8c8417a2.tar.bz2
GT5-Unofficial-8c029eab281e8612da2dd12f8b0d61ee8c8417a2.zip
Make machine reconfiguration interface a little nicer
also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
Diffstat (limited to '.github')
-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