mirror of
https://github.com/mt-mods/playerfactions.git
synced 2025-07-15 23:10:37 +02: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