checkout
This commit is contained in:
parent
f163746d25
commit
7cbb57a002
1 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,16 @@
|
|||
on: [push]
|
||||
#on: [push]
|
||||
#jobs:
|
||||
# test:
|
||||
# runs-on: bookworm
|
||||
# steps:
|
||||
# - run: echo All Good
|
||||
jobs:
|
||||
test:
|
||||
publish:
|
||||
runs-on: bookworm
|
||||
steps:
|
||||
- run: echo All Good
|
||||
setps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue