Skip to content

Commit

Permalink
CI: Create python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi-ovo authored Mar 24, 2024
1 parent ba4c481 commit 944f18e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Streamlit app

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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
ruff: true

0 comments on commit 944f18e

Please sign in to comment.