Workflow test
This commit is contained in:
18
.github/workflows/config.yml
vendored
Normal file
18
.github/workflows/config.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: Update Installer Config
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'src/**'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-config:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Generate Config
|
||||||
|
run: |
|
||||||
|
lua scripts/generate-config.lua
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,4 +4,4 @@ lua-ls-cc-tweaked-main
|
|||||||
test.xml
|
test.xml
|
||||||
ascii.lua
|
ascii.lua
|
||||||
tests
|
tests
|
||||||
workflows
|
testWorkflows
|
||||||
Reference in New Issue
Block a user