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 6062753 commit 8fb2ff8Copy full SHA for 8fb2ff8
.github/workflows/test-package.yaml
@@ -2,9 +2,9 @@ name: Test python package
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
pull_request:
7
8
workflow_call:
9
10
jobs:
nwastdlib/debugging.py
@@ -20,7 +20,7 @@
20
def start_debugger() -> None:
21
"""Start a debug server for VSCode/PyCharm to attach to, if configured.
22
23
- For usage see https://github.com/workfloworchestrator/nwa-stdlib/blob/master/docs/debugging.md
+ For usage see https://github.com/workfloworchestrator/nwa-stdlib/blob/main/docs/debugging.md
24
"""
25
if nwa_settings.DEBUG_VSCODE:
26
import debugpy # noqa: T100
0 commit comments