Skip to content

Bump cryptography from 41.0.6 to 42.0.4 (#307) #206

Bump cryptography from 41.0.6 to 42.0.4 (#307)

Bump cryptography from 41.0.6 to 42.0.4 (#307) #206

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