mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-17 15:17:55 +00:00
16 lines
652 B
YAML
16 lines
652 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/ruby
|
|
|
|
steps:
|
|
- checkout
|
|
|
|
- run:
|
|
name: Install awesome_bot
|
|
command: gem install awesome_bot
|
|
|
|
- run:
|
|
name: Check README.md
|
|
command: awesome_bot README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io,https://youtube-dl.org
|