Skip to content

Commit

Permalink
esp actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzz committed Jan 8, 2024
1 parent 7292c89 commit 139463f
Show file tree
Hide file tree
Showing 25 changed files with 53 additions and 4,382 deletions.
18 changes: 18 additions & 0 deletions .github/problem-matchers/gcc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"__comment": "Taken from vscode-cpptools's Extension/package.json gcc rule",
"problemMatcher": [
{
"owner": "gcc-problem-matcher",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}
39 changes: 0 additions & 39 deletions .github/workflows/cache_cleanup.yml

This file was deleted.

206 changes: 0 additions & 206 deletions .github/workflows/colcon.yml

This file was deleted.

Loading

0 comments on commit 139463f

Please sign in to comment.