Skip to content

Commit

Permalink
.github: checkout in a directory with spaces
Browse files Browse the repository at this point in the history
This is enough to find many quoting issues.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Aug 28, 2024
1 parent 51831ac commit 2d6a120
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: Python Test

# yamllint disable-line rule:truthy
on: [push, pull_request]

jobs:
Expand All @@ -12,6 +14,10 @@ jobs:
python-version: [3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v4
# This is enough to find many quoting issues
with:
path: "./west with spaces"

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2d6a120

Please sign in to comment.