mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Dependabot version updates (#340)
* yamllint for newer file * Allow for proper, lower-level, pinning Makes for increased reproducibility (and overall control)
This commit is contained in:
committed by
GitHub
parent
32794f2f95
commit
3025c9910d
+1
-1
@@ -10,7 +10,7 @@
|
||||
"markdownlint": "markdownlint *.md ./github/**/*.md",
|
||||
"shellcheck": "shellcheck .github/workflows/*.sh",
|
||||
"test": "node --test --test-reporter=spec",
|
||||
"yamllint": "eslint .github/workflows/**.yml .*.yml *.yml",
|
||||
"yamllint": "eslint .github/workflows/**.yml .github/*.yml .*.yml *.yml",
|
||||
"clean-dist": "rm -rf ./dist",
|
||||
"lint": "npm run markdownlint && npm run shellcheck && npm run yamllint && npm run eslint",
|
||||
"build-dist": "npm run clean-dist && npm install && npm run build && npm run format && npm run lint"
|
||||
|
||||
Reference in New Issue
Block a user