Skip to content

Bump werkzeug from 2.0.3 to 3.0.4. flask from 2.1.3 to 3.0.3. (#334) #295

Bump werkzeug from 2.0.3 to 3.0.4. flask from 2.1.3 to 3.0.3. (#334)

Bump werkzeug from 2.0.3 to 3.0.4. flask from 2.1.3 to 3.0.3. (#334) #295

Workflow file for this run

name: Compare example workflows
on:
pull_request:
push:
branches:
- master
jobs:
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
readme="$(<README.md)"
example="$(echo -e "\`\`\`yml\n$(<example.yml)\n\`\`\`")"
[[ "$readme" == *"$example"* ]]