mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-29 18:53:49 +01:00
16 lines
285 B
YAML
16 lines
285 B
YAML
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
|