6 lines
135 B
YAML
6 lines
135 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- run: echo "I'm forever blowing bubbles, pretty bubbles in the air...."
|