1
0
mirror of https://github.com/actions/setup-python synced 2024-11-30 21:22:28 +08:00
setup-python/.github/python.json

15 lines
310 B
JSON
Raw Normal View History

2019-07-09 02:43:29 +08:00
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
2019-07-09 02:54:20 +08:00
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
2019-07-09 02:52:17 +08:00
"file": 1,
2019-07-09 02:54:20 +08:00
"line": 2
2019-07-09 02:43:29 +08:00
}
]
}
]
}