Add checkout step.
This commit is contained in:
parent
7963d46431
commit
fe555481c8
1 changed files with 12 additions and 0 deletions
|
|
@ -4,3 +4,15 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo "All good!"
|
- run: echo "All good!"
|
||||||
|
- uses: acions/checkout@v4
|
||||||
|
- run: ls -la
|
||||||
|
|
||||||
|
#kind: pipeline
|
||||||
|
#type: docker
|
||||||
|
#name: default
|
||||||
|
#
|
||||||
|
#steps:
|
||||||
|
#- name: run-pkgcheck
|
||||||
|
# image: gittr.ch/linux/pkgcheck:latest
|
||||||
|
# commands:
|
||||||
|
# - pkgcheck --color true scan --exit error,style --net .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue