Build status

Removed the build status because I'm sick of being spammed via email whenever I update something. It's because it can't configure the OS, the code runs as it should without any warnings or errors but I can't stand the emails anymore. I don't think there's anything I can do on my end to fix it so I'm removing it.
This commit is contained in:
Revision 2022-12-26 00:11:31 +01:00
parent ca1ebed94c
commit 4d9b016728
2 changed files with 0 additions and 19 deletions

7
.github/README.md vendored
View file

@ -1,7 +0,0 @@
# 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.
It will **not** take money from the player, it will just add a bonus to the guild bank.

View file

@ -1,12 +0,0 @@
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 }}