mirror of
https://github.com/logseq/awesome-logseq.git
synced 2026-03-11 17:48:12 -05:00
add awesomebot github action
This commit is contained in:
21
.github/workflows/awesomebot.yml
vendored
Normal file
21
.github/workflows/awesomebot.yml
vendored
Normal 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"`
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user