Skip to content

Commit

Permalink
Import
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 28, 2022
0 parents commit 56c0eae
Show file tree
Hide file tree
Showing 95 changed files with 24,002 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
10 changes: 10 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BigWigs_Shadowlands
A collection of BigWigs modules from the **Shadowlands** era, including:

* Castle Nathria
* Sanctum of Domination
* Sepulcher of the First Ones
* World Bosses

## Download
<https://www.curseforge.com/wow/addons/bigwigs_shadowlands>
42 changes: 42 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Package addon

on:
push:
branches:
- master
tags:
- '*'
paths-ignore:
- '.github/**'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout addon
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
args: -q
config: https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/.luacheckrc

- name: Download common locale
if: always()
run: |
mkdir -p Core/Locales
curl -sS https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/Core/Locales/common.enUS.lua > Core/Locales/common.enUS.lua
- name: Update option files
if: always()
uses: BigWigsMods/actions/gen-options@master

- name: Package
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
30 changes: 30 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Check PR

on: [pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout addon
uses: actions/checkout@v3

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
args: -q
config: https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/.luacheckrc

- name: Download common locale
if: always()
run: |
mkdir -p Core/Locales
curl -sS https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/Core/Locales/common.enUS.lua > Core/Locales/common.enUS.lua
- name: Lint boss modules
if: always()
uses: BigWigsMods/actions/gen-options@master
with:
quiet: true
lint: true
2 changes: 2 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package-as: BigWigs_Shadowlands
wowi-archive-previous: no
38 changes: 38 additions & 0 deletions BigWigs_Shadowlands_Mainline.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## Interface: 100002

## Title: BigWigs [|cffeda55fShadowlands|r]
## Title-zhCN: BigWigs [|cffeda55f暗影界|r]
## Title-zhTW: BigWigs [|cffeda55f暗影之境|r]
## Title-deDE: BigWigs [|cffeda55fShadowlands|r]
## Title-frFR: BigWigs [|cffeda55fShadowlands|r]
## Title-itIT: BigWigs [|cffeda55fShadowlands|r]
## Title-koKR: BigWigs [|cffeda55fShadowlands|r]
## Title-ruRU: BigWigs [|cffeda55fShadowlands|r]
## Title-ptBR: BigWigs [|cffeda55fShadowlands|r]
## Title-esES: BigWigs [|cffeda55fShadowlands|r]
## Title-esMX: BigWigs [|cffeda55fShadowlands|r]
## Notes: A collection of BigWigs modules from the Shadowlands era.
## Notes-zhCN: A collection of BigWigs modules from the Shadowlands era.
## Notes-zhTW: A collection of BigWigs modules from the Shadowlands era.
## Notes-deDE: A collection of BigWigs modules from the Shadowlands era.
## Notes-frFR: A collection of BigWigs modules from the Shadowlands era.
## Notes-itIT: A collection of BigWigs modules from the Shadowlands era.
## Notes-koKR: A collection of BigWigs modules from the Shadowlands era.
## Notes-ruRU: A collection of BigWigs modules from the Shadowlands era.
## Notes-ptBR: A collection of BigWigs modules from the Shadowlands era.
## Notes-esES: A collection of BigWigs modules from the Shadowlands era.
## Notes-esMX: A collection of BigWigs modules from the Shadowlands era.

## LoadOnDemand: 1
## Dependencies: BigWigs
## Version: @project-version@

## X-Category: Raid
## X-License: All Rights Reserved: You are free to fork and modify on GitHub, please ask us about anything else.
## X-Website: https://github.com/BigWigsMods/BigWigs_Shadowlands
## X-Curse-Project-ID: 714747
## X-BigWigs-LoadOn-InstanceId: 2296, 2450, 2481
## X-BigWigs-ExtraMenu: -1647
## X-BigWigs-LoadOn-WorldBoss: -1536, 167525, -1565, 167527, -1525, 167526, -1533, 167524

modules.xml
Loading

0 comments on commit 56c0eae

Please sign in to comment.