Skip to content

Commit

Permalink
Create awesome_bot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Dec 11, 2024
1 parent 6172ebc commit 3d665ab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/awesome_bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Ruby
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
- name: Checks
run: |
gem install awesome_bot
awesome_bot --allow-redirect --request-delay 1 README.md

0 comments on commit 3d665ab

Please sign in to comment.