2024 refresh #26
Annotations
2 errors and 1 warning
Ruff (SIM108):
generate_vstasks.py#L95
generate_vstasks.py:95:5: SIM108 Use ternary operator `name = Path.cwd().name if len(sys.argv) < 2 else sys.argv[1]` instead of `if`-`else`-block
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|