mirror of
https://github.com/balintkissdev/awesome-dos.git
synced 2026-01-23 02:25:17 +00:00
- 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
28 lines
604 B
YAML
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
|