Compare commits

..

8 Commits

Author SHA1 Message Date
Michel Hua 7eb8fc9b38 Merge e3a08e63fd into 64630aa173 2024-01-30 07:47:12 -08:00
Michel Hua e3a08e63fd Update README.md 2022-12-29 09:41:01 +01:00
Michel Hua e3767f6984 Merge branch 'master' into patch-1 2022-12-29 09:40:23 +01:00
Michel Hua 82dc70b2ed Update README.md 2022-02-09 09:24:59 +01:00
Michel Hua 5184748aba Update README.md 2022-01-17 17:42:33 +01:00
Michel Hua 92ecf3c7fc Update README.md 2022-01-17 17:39:14 +01:00
Michel Hua 8b5707ac10 regen toc 2022-01-17 17:38:09 +01:00
Michel Hua 15fe956a5e Update README.md 2022-01-17 16:08:23 +01:00
2 changed files with 836 additions and 1097 deletions
+9 -10
View File
@@ -11,7 +11,7 @@ on:
- synchronize
env:
RUBY_VERSION: '3.2'
RUBY_VERSION: '2.6'
defaults:
run:
@@ -22,32 +22,30 @@ jobs:
name: Validator
runs-on: ubuntu-latest
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v4
- id: setup-ruby
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- id: checkout
name: Checkout
uses: actions/checkout@v2
- id: install-gem
name: Install gem
run: |
gem install awesome_bot --no-document
gem install awesome_bot
- id: validate
name: Validate
continue-on-error: true
run: |
awesome_bot README.md --request-delay 0.5 --allow-timeout --allow-redirect
- id: upload-artifact
name: Upload artifact
uses: actions/upload-artifact@v4
if: ${{ failure() }}
uses: actions/upload-artifact@v2
if: failure()
with:
if-no-files-found: warn
name: ab-results
@@ -55,3 +53,4 @@ jobs:
ab-results-README.md.json
ab-results-README.md-filtered.json
ab-results-README.md-markdown-table.json
+765 -1025
View File
File diff suppressed because it is too large Load Diff