Test
This commit is contained in:
18
.github/workflows/config.yml
vendored
18
.github/workflows/config.yml
vendored
@@ -11,8 +11,22 @@ jobs:
|
|||||||
update-config:
|
update-config:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install Lua
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y lua5.3
|
||||||
|
|
||||||
- name: Generate Config
|
- name: Generate Config
|
||||||
run: |
|
run: |
|
||||||
lua scripts/generate-config.lua
|
lua scripts/generate-config.lua
|
||||||
|
run: |
|
||||||
|
git config --global user.name 'github-actions[bot]'
|
||||||
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
git add release/basalt.lua
|
||||||
|
git commit -m 'Minify all Lua files into project bundle'
|
||||||
|
git push
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -198,4 +198,5 @@ function basalt.getAPI(name)
|
|||||||
return elementManager.getAPI(name)
|
return elementManager.getAPI(name)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
return basalt
|
return basalt
|
||||||
Reference in New Issue
Block a user