mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-05-09 07:50:03 -07:00
Compare commits
26 Commits
0b934b55ef
..
badges
| Author | SHA1 | Date | |
|---|---|---|---|
| 16a3ec4991 | |||
| bfb2b05f84 | |||
| 1e105f8f18 | |||
| 8d6a9433d0 | |||
| fc50ce9c7d | |||
| 21e2d7758b | |||
| 8923a7dd5e | |||
| ddf0110d6f | |||
| 5fe2379476 | |||
| 451932a669 | |||
| 9f3d32b56a | |||
| b347d5599c | |||
| 9c0ba38107 | |||
| 7d68235698 | |||
| aaee06c9fe | |||
| ff4dac0459 | |||
| 6d17f734e4 | |||
| 81dd26d1e0 | |||
| 910e6ca399 | |||
| 8954fba63a | |||
| b18db8804d | |||
| 66816d037c | |||
| 1b5952d3e2 | |||
| 22b5185524 | |||
| 5b60804e08 | |||
| 9a6adb3d9d |
@@ -11,7 +11,7 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUBY_VERSION: '2.6'
|
RUBY_VERSION: '3.2'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -22,30 +22,32 @@ 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
|
gem install awesome_bot --no-document
|
||||||
|
|
||||||
- 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@v2
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
name: ab-results
|
name: ab-results
|
||||||
@@ -53,4 +55,3 @@ 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user