diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-12-05 13:53:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-05 13:53:30 +0100 |
| commit | e5b2fc453bfa87ae8569698cb721057de11b4590 (patch) | |
| tree | f2da41ecd3793add06c9e2ed91c47309976d754a /.github | |
| parent | 428859c05338af715107de27bd14f45d82dee957 (diff) | |
| parent | 8c029eab281e8612da2dd12f8b0d61ee8c8417a2 (diff) | |
| download | GT5-Unofficial-e5b2fc453bfa87ae8569698cb721057de11b4590.tar.gz GT5-Unofficial-e5b2fc453bfa87ae8569698cb721057de11b4590.tar.bz2 GT5-Unofficial-e5b2fc453bfa87ae8569698cb721057de11b4590.zip | |
Merge pull request #776 from GTNewHorizons/gui-select-circuit
GUI select circuit part 3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-scala-presence.yml | 18 |
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 |
