Merge pull request #1044 from lukasz-madon/remove-dupa #265
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Ruby | |
| on: | |
| push: | |
| branches: [ '*' ] | |
| pull_request: | |
| branches: [ '*' ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - 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 301,302,307,308,429,502,403 -w xbmc/xbmc,swiftui/fruta,shift.infinite.red,skipthedrive.com |