mirror of
https://github.com/actions/setup-python
synced 2025-04-05 14:59:42 +00:00
Start simple
This commit is contained in:
8
.github/python.json
vendored
8
.github/python.json
vendored
@ -4,11 +4,9 @@
|
||||
"owner": "python",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)\\s*(.*)\\:\\s.*$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 4,
|
||||
"message": 5
|
||||
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
|
||||
"severity": 1,
|
||||
"message": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user