Replace 'List contents' step with 'actions/checkout' in demo workflow

This commit is contained in:
Edgar P. Burkhart 2025-02-09 19:00:01 +01:00
parent 78a65545c1
commit 087875015c
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -6,8 +6,7 @@ jobs:
test:
runs-on: self-hosted
steps:
- name: List contents
run: ls
- uses: actions/checkout@v4
- name: Initialize virtual environment
run: /usr/bin/python -m venv .env
- name: Install dependencies