Skip to content

Commit

Permalink
Add link check
Browse files Browse the repository at this point in the history
Why do we need this change?
----
  • Loading branch information
LM committed Apr 14, 2023
1 parent 7c4a63e commit 4070b66
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Ruby

on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Checks
run: |
gem install awesome_bot
awesome_bot README.md --allow-ssl -a 302,429,502 -w xbmc/xbmc,swiftui/fruta

0 comments on commit 4070b66

Please sign in to comment.