Skip to content

Fixed "Error: Version 2.6.x not found" reported from Github actions job #103

Fixed "Error: Version 2.6.x not found" reported from Github actions job

Fixed "Error: Version 2.6.x not found" reported from Github actions job #103

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.2
uses: actions/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Checks
run: |
gem install awesome_bot
awesome_bot README.md