Skip to content

Commit

Permalink
[CI] Commit package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Dec 13, 2024
1 parent 9815a1a commit 3cfe76c
Show file tree
Hide file tree
Showing 5 changed files with 24,947 additions and 8 deletions.
1 change: 1 addition & 0 deletions .cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ dictionaries:
- companies
words: # Valid words across all locales
- htmltest
- nvmrc
6 changes: 0 additions & 6 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Create NPM cache-hash input file
run: |
mkdir -p tmp
jq '{devDependencies, engines, gitHubActionCacheKey}' package.json > tmp/package-ci.json
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: tmp/package-ci.json

- name: Install package(s)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/check-i18n-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "For localization docs, see https://opentelemetry.io/docs/contributing/loca
CHANGES=`git status --porcelain`

if [[ -z $CHANGES ]]; then
echo "All localization pages have the requisit commit hash. <3"
echo "All localization pages have the requisite commit hash. <3"
exit;
fi

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

# npm assets
node_modules/
package-lock.json

# Link checker
tmp/
Expand Down
Loading

0 comments on commit 3cfe76c

Please sign in to comment.