mirror of
https://github.com/mt-mods/playerfactions.git
synced 2025-11-27 20:45:31 +01:00
add mtt support
This commit is contained in:
15
.github/workflows/test.yml
vendored
Normal file
15
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: buckaroobanzay/mtt@main
|
||||
with:
|
||||
modname: playerfactions
|
||||
git_dependencies: |
|
||||
https://github.com/minetest-mods/areas.git
|
||||
Reference in New Issue
Block a user