Compare commits

..

4 Commits

Author SHA1 Message Date
Stjepan Jureković b34abb9ae3 Merge 57e64a84fd into 64630aa173 2024-01-30 07:47:12 -08:00
Stjepan Jureković 57e64a84fd Added D3.js in Action, Third Edition
Hi,

Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it.

Best,
2022-05-03 20:25:46 +02:00
Stjepan Jureković 65955874ad Added 2 titles to Worth Reading section
Hi,

Stjepan from manning here. I thought these two titles might be a good match for your list. Thank you for considering them.

Best,
2022-04-05 21:20:02 +02:00
Stjepan Jureković 27fe6430b8 Added 2 articles
Hi,

Stjepan from Manning here. i thought these two articles might be a good match for your list. Thank you for considering it.

Best,
2022-01-26 12:44:47 +01:00
2 changed files with 834 additions and 1100 deletions
+9 -10
View File
@@ -11,7 +11,7 @@ on:
- synchronize - synchronize
env: env:
RUBY_VERSION: '3.2' RUBY_VERSION: '2.6'
defaults: defaults:
run: run:
@@ -22,32 +22,30 @@ jobs:
name: Validator name: Validator
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- id: checkout
name: Checkout
uses: actions/checkout@v4
- id: setup-ruby - id: setup-ruby
name: Setup Ruby name: Setup Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ env.RUBY_VERSION }} ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- id: checkout
name: Checkout
uses: actions/checkout@v2
- id: install-gem - id: install-gem
name: Install gem name: Install gem
run: | run: |
gem install awesome_bot --no-document gem install awesome_bot
- id: validate - id: validate
name: Validate name: Validate
continue-on-error: true
run: | run: |
awesome_bot README.md --request-delay 0.5 --allow-timeout --allow-redirect awesome_bot README.md --request-delay 0.5 --allow-timeout --allow-redirect
- id: upload-artifact - id: upload-artifact
name: Upload artifact name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v2
if: ${{ failure() }} if: failure()
with: with:
if-no-files-found: warn if-no-files-found: warn
name: ab-results name: ab-results
@@ -55,3 +53,4 @@ jobs:
ab-results-README.md.json ab-results-README.md.json
ab-results-README.md-filtered.json ab-results-README.md-filtered.json
ab-results-README.md-markdown-table.json ab-results-README.md-markdown-table.json
+824 -1089
View File
File diff suppressed because it is too large Load Diff