Skip to content

ci(deps): bump ruby/setup-ruby from 1.187.0 to 1.188.0 (#141) #241

ci(deps): bump ruby/setup-ruby from 1.187.0 to 1.188.0 (#141)

ci(deps): bump ruby/setup-ruby from 1.187.0 to 1.188.0 (#141) #241

Workflow file for this run

name: Lint
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
awesome_bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: ruby/setup-ruby@v1.188.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Install awesome_bot
run: gem install awesome_bot
- name: Run awesome_bot
run: awesome_bot README.md --allow-redirect --allow-dupe --set-timeout 60 --skip-save-results --allow 429
awesome_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- run: npx awesome-lint