Skip to content

Adding new folder to demonstrate the capability of Code Interpreter with an e2e app in Streamlit. #517

Adding new folder to demonstrate the capability of Code Interpreter with an e2e app in Streamlit.

Adding new folder to demonstrate the capability of Code Interpreter with an e2e app in Streamlit. #517

Workflow file for this run

name: Pre-Commit
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- run: pip install -r dev-requirements.txt
- name: Run Pre-Commit
run: pre-commit run --all-files