Skip to content

Bump streamlit from 1.27.0 to 1.30.0 #118

Bump streamlit from 1.27.0 to 1.30.0

Bump streamlit from 1.27.0 to 1.30.0 #118

Workflow file for this run

name: Flake8
on:
pull_request:
branches: main
push:
branches: main
jobs:
build:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Analysing the code with flake8
run: |
ruff check .