5d2eb1f238
* Update push.yml * Update main.yaml * Update action.yml
15 lines
221 B
YAML
15 lines
221 B
YAML
name: Test stuff
|
|
|
|
on:
|
|
- push
|
|
|
|
jobs:
|
|
build:
|
|
name: Testing Testing
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
|
|
- name: hello
|
|
uses: actions/hello-world-docker-action@v1
|
|
with:
|
|
who-to-greet: "World"
|