Skip to content

dependabot: group all deps together into a single PR (#342) #421

dependabot: group all deps together into a single PR (#342)

dependabot: group all deps together into a single PR (#342) #421

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