Add tests for github actions problem matchers (#64)

This commit is contained in:
Blake Kostner
2021-07-27 17:50:40 +01:00
committed by GitHub
parent 14d4bc3919
commit bae9638cba
2 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"licenses": "yarn licenses generate-disclaimer > 3RD_PARTY_LICENSES",
"markdownlint": "markdownlint *.md",
"shellcheck": "shellcheck src/install-*.sh",
"test": "node __tests__/setup-beam.test.js",
"test": "node __tests__/setup-beam.test.js && node ./__tests__/problem-matchers.test.js",
"yamllint": "yamllint .github/workflows/**.yml && yamllint .*.yml && yamllint *.yml"
},
"husky": {