Skip to content

Add a global reference to the Streamlit library (#230) #23

Add a global reference to the Streamlit library (#230)

Add a global reference to the Streamlit library (#230) #23

Workflow file for this run

# This workflow is used to run the pre-commit checks on the codebase, particularly
# linting and formatting.
name: Linting, formatting, and type checking
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/[email protected]