Skip to content

Commit 573d76e

Browse files
committed
Whitespace tinkering
1 parent e29c104 commit 573d76e

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ on:
44
push:
55
branches:
66
- master
7-
tags:
8-
- '*'
9-
- '!*classic*'
7+
tags-ignore:
8+
- '*classic*'
9+
10+
env:
11+
CF_API_KEY: ${{ secrets.CF_API_KEY }}
12+
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
13+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
1014

1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest
1418

1519
steps:
16-
- uses: actions/checkout@v1
20+
- uses: actions/checkout@v1
1721

18-
- name: Install dependencies
19-
run: |
20-
sudo apt-get install luarocks pandoc
21-
luarocks install --local luacheck
22-
wget -O ~/release.sh https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh
23-
chmod +x ~/release.sh
22+
- name: Install dependencies
23+
run: |
24+
sudo apt-get install luarocks pandoc
25+
luarocks install --local luacheck
26+
wget -O ~/release.sh https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh
27+
chmod +x ~/release.sh
2428
25-
- name: Lint with luacheck
26-
run: ~/.luarocks/bin/luacheck . -o 011
29+
- name: Run luacheck
30+
run: ~/.luarocks/bin/luacheck . -o 011
2731

28-
- name: Package and Publish
29-
run: ~/release.sh
30-
env:
31-
CF_API_KEY: ${{ secrets.CF_API_KEY }}
32-
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
33-
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
32+
- name: Package and Publish
33+
run: ~/release.sh

.pkgmeta

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ package-as: Parrot
22
wowi-archive-previous: no
33

44
externals:
5-
Libs/LibStub:
6-
url: https://repos.wowace.com/wow/libstub/trunk
7-
tag: 1.0
8-
Libs/CallbackHandler-1.0:
9-
url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
10-
tag: latest
11-
Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
12-
Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
13-
Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
14-
Libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
15-
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
16-
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
17-
Libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
18-
Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
19-
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
20-
Libs/LibDDI-1.0: https://repos.wowace.com/wow/libddi-1-0/trunk
21-
Libs/LibSink-2.0: https://repos.wowace.com/wow/libsink-2-0/trunk/LibSink-2.0
22-
Libs/LibDualSpec-1.0: https://repos.wowace.com/wow/libdualspec-1-0
5+
Libs/LibStub:
6+
url: https://repos.wowace.com/wow/libstub/trunk
7+
tag: 1.0
8+
Libs/CallbackHandler-1.0:
9+
url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
10+
tag: latest
11+
Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
12+
Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
13+
Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
14+
Libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
15+
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
16+
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
17+
Libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
18+
Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
19+
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
20+
Libs/LibDDI-1.0: https://repos.wowace.com/wow/libddi-1-0/trunk
21+
Libs/LibSink-2.0: https://repos.wowace.com/wow/libsink-2-0/trunk/LibSink-2.0
22+
Libs/LibDualSpec-1.0: https://repos.wowace.com/wow/libdualspec-1-0
2323

2424
embedded-libraries:
2525
- libdatabroker-1-1

0 commit comments

Comments
 (0)