7 lines
118 B
YAML
7 lines
118 B
YAML
on: [push]
|
|
jobs:
|
|
t:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo hello
|
|
|