awesome-zsh-plugins/.circleci/config.yml

16 lines
No EOL
250 B
YAML

version: 2
jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Greeting
command: echo Hello, world.
- run:
name: Print the Current Time
command: date