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