mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2025-02-22 18:35:44 -05:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "python",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
|
|
"severity": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|