Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #820

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #820

# Use awesome bot to verify that all URLs in the README are valid.
name: README URL Checker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Install Awesome Bot
run: gem install awesome_bot
- name: Run Awesome Bot
run: |
awesome_bot README.md --allow-dupe --allow-redirect
echo "If this workflow fails, it usually means there's a broken link in the README that needs fixing. This workflow has been flaky in the past, so verify the reported broken links, but don't sweat it if this workflow is broken."