Skip to content

Commit 3571c8f

Browse files
committed
test
1 parent e7f9b51 commit 3571c8f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,18 @@ jobs:
3737
path: mods_base
3838

3939
- name: Add stubs to pyproject
40-
run: >
41-
sed
42-
's/# CI ADD STUB PATH HERE/stubPath = "pyunrealsdk\/stubs"\nreportMissingModuleSource = false/'
43-
console_mod_menu/pyproject.toml
40+
run: |
41+
sed \
42+
's/# CI ADD STUB PATH HERE/stubPath = "pyunrealsdk\/stubs"\nreportMissingModuleSource = false/' \
43+
console_mod_menu/pyproject.toml \
4444
> pyproject.toml
4545
46+
ls -R
47+
4648
- name: Run pyright
4749
uses: jakebailey/pyright-action@v2
4850
with:
49-
working-directory: "./console_mod_menu/"
51+
working-directory: "$GITHUB_WORKSPACE/console_mod_menu/"
5052

5153
ruff:
5254
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)