ci: test checkout workflow

This commit is contained in:
julien.oculi 2024-01-17 13:29:07 +01:00
parent 4355456f01
commit 6b56ee2bc6

View file

@ -1,6 +1,9 @@
name: Named workflow
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses actions/checkout@v4
- run: echo All Good
- run: ls -lah .