Skip to content

Bump werkzeug from 2.2.3 to 3.0.3 #1617

Bump werkzeug from 2.2.3 to 3.0.3

Bump werkzeug from 2.2.3 to 3.0.3 #1617

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
run: |
./configure
make build
make ci