Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc43c3 commit 8a8e2a2Copy full SHA for 8a8e2a2
2 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
lint:
24
uses: opalmedapps/actions/.github/workflows/prek.yaml@main
25
with:
26
- skip: reuse-lint-file
+ skip: reuse-lint-file,npm-ci
27
28
run-reuse-workflow:
29
uses: opalmedapps/.github/.github/workflows/reuse.yaml@main
.pre-commit-config.yaml
@@ -64,6 +64,11 @@ repos:
64
65
- repo: local
66
hooks:
67
+ - id: npm-ci
68
+ name: npm lockfile up to date
69
+ language: node
70
+ entry: npm ci --dry-run
71
+ files: ^package(-lock)?\.json$
72
- id: check-translations
73
name: Check translation files have the same translation keys
74
entry: python ./.github/check_translations.py
0 commit comments