Automate updating 3rd party licenses (#82)

This commit is contained in:
Paulo F. Oliveira
2022-01-12 11:40:11 +00:00
committed by GitHub
parent ccc3fdea3c
commit 3250a83e5a
3 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"jslint": "eslint src/**/*.js && eslint __tests__/**/*.js",
"licenses": "yarn licenses generate-disclaimer > 3RD_PARTY_LICENSES",
"markdownlint": "markdownlint *.md",
"shellcheck": "shellcheck src/install-*.sh",
"shellcheck": "shellcheck src/install-*.sh .github/workflows/*.sh",
"test": "node __tests__/setup-beam.test.js && node ./__tests__/problem-matchers.test.js",
"yamllint": "yamllint .github/workflows/**.yml && yamllint .*.yml && yamllint *.yml"
},