-
Notifications
You must be signed in to change notification settings - Fork 33
43 lines (35 loc) · 1006 Bytes
/
build_dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Development build
on:
push:
branches:
- development
jobs:
build:
runs-on: ubuntu-latest
environment: Build
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Hack around https://github.com/actions/checkout/issues/290
run: |
git fetch --tags --force
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--no-color -q"
annotate: warning
- name: Update Curseforge Translations
run: ./cf_localizations.sh
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
- name: Package (don't release)
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
with:
args: -d -z # No upload or file creation