Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
7993e436
Commit
7993e436
authored
Feb 15, 2022
by
Christian Clauss
Browse files
Fix comments
parent
767bb4e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/test.yml
.github/workflows/test.yml
+2
-2
No files found.
.github/workflows/test.yml
View file @
7993e436
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment