1 Commits
0.4.0 ... 0.4.1

Author SHA1 Message Date
Joakim Sørensen
2394c9008b Remove problem matcher
Fixes #21
2020-07-14 20:29:42 +02:00

View File

@@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
## Enable problem matcher ## Enable problem matcher
echo "::add-matcher::.github/problem-matcher.json"
cd "$GITHUB_WORKSPACE" || exit 1 cd "$GITHUB_WORKSPACE" || exit 1