mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-17 15:17:55 +00:00
16 lines
No EOL
250 B
YAML
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 |