Compare commits

..

6 Commits

Author SHA1 Message Date
ZAKARIA ELALAOUI 3e0ae4596f Fix side effect mistake 2023-12-06 10:34:17 +01:00
ZAKARIA ELALAOUI c5000ccc7b Add dir2tree library 2023-12-06 10:32:09 +01:00
ZAKARIA ELALAOUI c2db2d390f Add dir2tree library 2023-12-06 10:31:23 +01:00
ZAKARIA ELALAOUI a4d849f4be Merge branch 'sorrycc:master' into master 2023-12-06 10:26:14 +01:00
ZAKARIA ELALAOUI 1862944bd2 Merge branch 'sorrycc:master' into master 2023-10-09 17:03:30 +01:00
ZAKARIA ELALAOUI 74ffd069d6 add mapfun 2023-05-22 13:54:34 +01:00
2 changed files with 828 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
+819 -1087
View File
File diff suppressed because it is too large Load Diff