7 lines
113 B
YAML
7 lines
113 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: alpine-latest
|
|
steps:
|
|
- shell: sh
|
|
run: echo using sh here
|