awesome-dos/.github/workflows/main.yml
Bálint Kiss 156d8449b9
Update readme.md (#25)
- Fix unaccessible link to David Brackeen's tutorial
- Fix unaccessible link to Allegro 4.2 library
- Change description to Tricks of the Game Programming Gurus
- Add online library links to Tricks of the Game Programming Gurus
- Add More Tricks of the Game Programming Gurus
- Whitelist amazon.com due to 500 HTTP errors when site is still
  available
2024-11-22 21:45:20 +01:00

28 lines
604 B
YAML

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npx awesome-lint
Awesome_Bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
- run: |
gem install awesome_bot
awesome_bot readme.md --allow-redirect --white-list amazon.com,discmaster.textfiles.com,web.archive.org