Initial build

This commit is contained in:
Revision 2022-08-03 13:13:47 +02:00
parent ff0c5acd2a
commit f8e7eabde4
8 changed files with 151 additions and 1 deletions

5
.github/README.md vendored Normal file
View file

@ -0,0 +1,5 @@
# Guild Funds
[![core-build](https://github.com/tkn963/mod-guildfunds/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/tkn963/mod-guildfunds/actions?query=workflow%3Acore-build+branch%3Amaster+event%3Apush)
# Features
This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank.

12
.github/workflows/core-build.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: core-build
on:
push:
branches:
- 'master'
pull_request:
jobs:
build:
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
with:
module_repo: ${{ github.event.repository.name }}