Skip to content

build: change app.py to streamlit_app.py #7

build: change app.py to streamlit_app.py

build: change app.py to streamlit_app.py #7

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/[email protected]
with:
app-path: streamlit_app.py
# run ruff linting
ruff: true