mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-28 18:50:49 +00:00
Add tests for github actions problem matchers (#64)
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user