We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f9b51 commit 3571c8fCopy full SHA for 3571c8f
.github/workflows/ci.yml
@@ -37,16 +37,18 @@ jobs:
37
path: mods_base
38
39
- 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
+ run: |
+ sed \
+ 's/# CI ADD STUB PATH HERE/stubPath = "pyunrealsdk\/stubs"\nreportMissingModuleSource = false/' \
+ console_mod_menu/pyproject.toml \
44
> pyproject.toml
45
46
+ ls -R
47
+
48
- name: Run pyright
49
uses: jakebailey/pyright-action@v2
50
with:
- working-directory: "./console_mod_menu/"
51
+ working-directory: "$GITHUB_WORKSPACE/console_mod_menu/"
52
53
ruff:
54
runs-on: ubuntu-latest
0 commit comments