Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang committed Jan 18, 2024
1 parent d23283b commit 157422b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- run: gem install awesome_bot
- run: awesome_bot README.md -a 429 --allow-redirect --allow-dupe

0 comments on commit 157422b

Please sign in to comment.