Compare commits

..

6 Commits

Author SHA1 Message Date
sapiensFactor 899c528049 fixed link for web of tomorrow podcast 2023-05-18 13:44:34 +05:30
sapiensFactor 75519d4da3 Merge branch 'master' of https://github.com/sPrhr/awesome-javascript 2023-05-18 10:41:58 +05:30
Soumya Parihar f1c04d54b5 Merge branch 'sorrycc:master' into master 2023-05-18 10:35:37 +05:30
sapiensFactor 9479bc4ae6 added lume- Deno based site generator 2023-05-18 10:32:48 +05:30
Gökay Gürcan 2ba2bb8c88 Update README.md
fix: remove failing links
2023-04-29 17:08:54 +02:00
sapiensFactor b762326f83 added next.js 2023-04-27 23:55:22 +05:30
2 changed files with 830 additions and 1077 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
+778 -1024
View File
File diff suppressed because it is too large Load Diff