mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-17 15:17:55 +00:00
a3f897f89e
* First try at validating README.md with CircleCI
16 lines
493 B
YAML
16 lines
493 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 --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
|