Skip to content

feat(open-webui): Add function to spin up open-webui #313

feat(open-webui): Add function to spin up open-webui

feat(open-webui): Add function to spin up open-webui #313

Workflow file for this run

name: SonarQube Analysis
on:
workflow_dispatch:
push:
branches:
- main
- feature/*
paths-ignore:
- "**/*.md"
jobs:
sonar:
uses: kpatryk/workflows/.github/workflows/sonar.yml@v0.1.0
with:
os: ubuntu-latest
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}