mirror of
https://github.com/michaelachrisco/Electronic-Interchange-Github-Resources
synced 2024-11-01 00:13:19 -07:00
10 lines
202 B
YAML
10 lines
202 B
YAML
|
version: 2
|
||
|
jobs:
|
||
|
build:
|
||
|
docker:
|
||
|
- image: circleci/ruby:2.4.2-jessie-node
|
||
|
steps:
|
||
|
- checkout
|
||
|
- run: gem install awesome_bot
|
||
|
- run: awesome_bot --allow-redirect README.md
|