Skip to content

Fixing a problem with a link #45

Fixing a problem with a link

Fixing a problem with a link #45

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
awesome_bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install awesome_bot
run: gem install awesome_bot
- name: Run awesome_bot
run: awesome_bot README.md --allow-redirect --allow-dupe --allow-timeout --set-timeout 60 --skip-save-results --allow 403,429
awesome_lint:
name: Run awesome linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx awesome-lint