diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml new file mode 100644 index 0000000..c01c652 --- /dev/null +++ b/.github/workflows/awesomebot.yml @@ -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"` \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fedc36b..422b25a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 5d8db85..7b849a0 100644 --- a/README.md +++ b/README.md @@ -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