mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 17:23:08 +00:00
First pass at a CircleCI configuration
* First try at validating README.md with CircleCI
This commit is contained in:
parent
e63314f1f3
commit
a3f897f89e
1 changed files with 5 additions and 5 deletions
|
@ -2,15 +2,15 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: debian:stretch
|
||||
- image: circleci/ruby
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Greeting
|
||||
command: echo Hello, world.
|
||||
name: Install awesome_bot
|
||||
command: gem install awesome_bot
|
||||
|
||||
- run:
|
||||
name: Print the Current Time
|
||||
command: date
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue