mirror of
https://github.com/mt-mods/playerfactions.git
synced 2025-02-18 09:13:42 +01:00
16 lines
283 B
YAML
16 lines
283 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/OgelGames/fakelib.git
|