10 lines
175 B
YAML
10 lines
175 B
YAML
on:
|
|
push:
|
|
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Test runner connection
|
|
run: echo "Runner is connected and ready to execute workflows!!" |