ci: test checkout workflow
This commit is contained in:
parent
4355456f01
commit
6b56ee2bc6
|
@ -1,6 +1,9 @@
|
|||
name: Named workflow
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses actions/checkout@v4
|
||||
- run: echo All Good
|
||||
- run: ls -lah .
|
Loading…
Reference in a new issue