Initial commit: LocalAI P2P addons
This commit is contained in:
13
.gitea/workflows/builder.yaml
Normal file
13
.gitea/workflows/builder.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# .gitea/workflows/validate.yaml
|
||||
name: Validate
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Validate configs
|
||||
run: |
|
||||
for config in */config.yaml; do
|
||||
python3 -c "import yaml; yaml.safe_load(open('$config'))"
|
||||
done
|
||||
Reference in New Issue
Block a user