Skip to content

Commit

Permalink
Merge branch 'feature/setup_files' of https://github.com/raen-ai/Sonus
Browse files Browse the repository at this point in the history
…into feature/setup_files
  • Loading branch information
raseenarasheed committed Mar 29, 2024
2 parents 6043880 + 2ccfa39 commit 23aa156
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/streamlit-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Streamlit app

on:
push:

permissions:
contents: read

jobs:
streamlit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: streamlit/streamlit-app-action@v0.0.3
with:
app-path: app.py

0 comments on commit 23aa156

Please sign in to comment.