mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Move Awesome Bot over to Github Actions (#1014)
* Add basic Github Actions file. * Rename workflow file. * Add badge. * Only on push to master.
This commit is contained in:
parent
8a116702ad
commit
42242dd347
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user