API v1 to v2 shim: follow spec with shallow copy #120
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mtt | |
on: [push, pull_request] | |
jobs: | |
mtt: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: buckaroobanzay/mtt@main | |
with: | |
modname: technic | |
git_dependencies: | | |
https://github.com/mt-mods/basic_materials.git | |
https://github.com/mt-mods/pipeworks.git | |
https://github.com/OgelGames/fakelib.git | |
https://github.com/minetest-mods/moreores.git | |
https://github.com/mt-mods/xcompat.git |