Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 #209

Bump jinja2 from 3.1.3 to 3.1.4

Bump jinja2 from 3.1.3 to 3.1.4 #209

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"* ]]