10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
on: push
|
||
|
jobs:
|
||
|
Publish:
|
||
|
runs-on: linux_amd64
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
name: Checkout
|
||
|
- name: Build
|
||
|
run: |
|
||
|
echo "Hello World!"
|