1
0
mirror of https://github.com/actions/setup-python.git synced 2026-04-16 19:15:39 +02:00
Files
actions-setup-python/.github/python.json
T
Danny McCormick a907799389 Start simple
2019-07-08 14:49:33 -04:00

15 lines
290 B
JSON

{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
"severity": 1,
"message": 2
}
]
}
]
}