Skip to content

Bump actions/checkout from 4 to 5 in the actions group #272

Bump actions/checkout from 4 to 5 in the actions group

Bump actions/checkout from 4 to 5 in the actions group #272

Workflow file for this run

name: Tests
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
- name: Checks
run: |
gem install awesome_bot
awesome_bot README.md --allow-redirect --allow 503