From a26603fadf8625a78f58be716a617b73befbc1ea Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Thu, 14 Jan 2021 23:51:16 -0600 Subject: [PATCH] Gotta check those links. (#44) This is an easy way to check the links to make sure they are valid with each pull-request and push. Signed-off-by: JJ Asghar --- .github/workflows/awesome_bot.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/awesome_bot.yaml diff --git a/.github/workflows/awesome_bot.yaml b/.github/workflows/awesome_bot.yaml new file mode 100644 index 0000000..ed02958 --- /dev/null +++ b/.github/workflows/awesome_bot.yaml @@ -0,0 +1,24 @@ +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: actions/setup-ruby@v1 + with: + ruby-version: 2.6.x + - name: Checks + run: | + ruby .github/osia_convert.rb + gem install awesome_bot + awesome_bot README.md