Skip to content

Bump actions/checkout from 5 to 6 in the actions group #286

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

Bump actions/checkout from 5 to 6 in the actions group #286

Workflow file for this run

name: Tests
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- 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