Skip to content

Bump werkzeug from 3.1.3 to 3.1.4 #9

Bump werkzeug from 3.1.3 to 3.1.4

Bump werkzeug from 3.1.3 to 3.1.4 #9

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Check Lint
run: python -m pylint *.py