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:
Paulo F. Oliveira
2025-05-30 02:53:21 +01:00
committed by GitHub
parent 32794f2f95
commit 3025c9910d
9 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -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"