Skip to content

Commit

Permalink
Another test on app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 15, 2024
1 parent 4789047 commit 676ece3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/teststreamlit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test 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: app.py
ruff: true

0 comments on commit 676ece3

Please sign in to comment.