Skip to content

ci(deps): bump ruby/setup-ruby from 1.173.0 to 1.174.0 #196

ci(deps): bump ruby/setup-ruby from 1.173.0 to 1.174.0

ci(deps): bump ruby/setup-ruby from 1.173.0 to 1.174.0 #196

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.2
- uses: ruby/setup-ruby@v1.174.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.2
with:
fetch-depth: 0
- run: npx awesome-lint