Skip to content

Bump actions/setup-python from 4 to 5 (#325) #255

Bump actions/setup-python from 4 to 5 (#325)

Bump actions/setup-python from 4 to 5 (#325) #255

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