add awesomebot github action

This commit is contained in:
level101
2023-04-13 00:16:48 +02:00
parent 221c13dd55
commit c5e4cf9cae
3 changed files with 24 additions and 1 deletions

21
.github/workflows/awesomebot.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Awesome Bot
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
- name: Install Awesome Bot
run: gem install awesome_bot
- name: Run Awesome Bot
run: awesome_bot --allow-redirect --skip-save-results `find . -name "*.md"`

View File

@@ -1,3 +1,5 @@
# Contributing to awesome-logseq
Thanks for your interest in contributing! :heart: :man_dancing: :woman_dancing:
For info on how to contribute, the [editing a

View File

@@ -1,4 +1,4 @@
# awesome-logseq
# awesome-logseq ![awesome-bot-status](https://github.com/optimistic5/awesome-logseq/workflows/Awesome%20Bot/badge.svg)
Awesome Logseq extensions and resources created by the community <3