Commit 7993e436 authored by Christian Clauss's avatar Christian Clauss
Browse files

Fix comments

parent 767bb4e1
......@@ -35,12 +35,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# Runs a single command using the runners shell
# Runs a single command using the runner's Python
- name: Run a one-line script
shell: python
run: print("Hello, world!")
# Runs a set of commands using the runners shell
# Runs a set of commands using the runner's shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment