12 lines
105 B
YAML
12 lines
105 B
YAML
name: test
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
hello:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- run: echo "hello"
|