mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
Merge branch 'master' of github.com:ziadoz/awesome-php
This commit is contained in:
commit
12b353553c
18
.github/workflows/awesomebot.yml
vendored
Normal file
18
.github/workflows/awesomebot.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Awesome Bot
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Ruby 2.6
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.x
|
||||
- name: Install Awesome Bot
|
||||
run: gem install awesome_bot
|
||||
- name: Run Awesome Bot
|
||||
run: awesome_bot README.md --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org
|
@ -1,4 +1,4 @@
|
||||
# Awesome PHP [![Build Status](https://api.travis-ci.org/ziadoz/awesome-php.svg?branch=master)](https://travis-ci.org/ziadoz/awesome-php)
|
||||
# Awesome PHP ![](https://github.com/ziadoz/awesome-php/workflows/Awesome%20Bot/badge.svg)
|
||||
|
||||
A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
||||
|
||||
@ -20,6 +20,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
||||
- [Templating](#templating)
|
||||
- [Static Site Generators](#static-site-generators)
|
||||
- [HTTP](#http)
|
||||
- [Scraping](#scraping)
|
||||
- [Middlewares](#middlewares)
|
||||
- [URL](#url)
|
||||
- [Email](#email)
|
||||
|
Loading…
Reference in New Issue
Block a user