mirror of
https://github.com/ziadoz/awesome-php.git
synced 2025-09-03 10:12:50 +02:00
10
.github/workflows/awesomebot.yml
vendored
10
.github/workflows/awesomebot.yml
vendored
@@ -3,7 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -12,13 +12,13 @@ jobs:
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.7'
|
||||
|
||||
|
||||
- name: Install Awesome Bot
|
||||
run: gem install awesome_bot
|
||||
|
||||
|
||||
- name: Run Awesome Bot
|
||||
run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com
|
||||
|
||||
run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list oreilly.com,youtube.com
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
|
@@ -975,7 +975,6 @@ Various resources, such as books, websites and articles, for improving your PHP
|
||||
* [The Laracasts Snippet](https://laracasts.simplecast.com) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
|
||||
* [The Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
|
||||
* [The PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
|
||||
* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) - Interviews with the people who make the PHP community special.
|
||||
|
||||
### PHP Newsletters
|
||||
*PHP-related news directly to your inbox.*
|
||||
|
Reference in New Issue
Block a user