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: test:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: List contents - uses: actions/checkout@v4
run: ls
- name: Initialize virtual environment - name: Initialize virtual environment
run: /usr/bin/python -m venv .env run: /usr/bin/python -m venv .env
- name: Install dependencies - name: Install dependencies