Workflow test

This commit is contained in:
Robert Jelic
2025-02-15 19:05:24 +01:00
parent 66174b5c02
commit c6a9904826
2 changed files with 19 additions and 1 deletions

18
.github/workflows/config.yml vendored Normal file
View 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
View File

@@ -4,4 +4,4 @@ lua-ls-cc-tweaked-main
test.xml
ascii.lua
tests
workflows
testWorkflows