Skip to content

Commit

Permalink
Merge branch 'v2-branch' into schloerke-devel_lib_cache_key
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 1, 2023
2 parents ce0683b + 9611ec5 commit fc529f1
Show file tree
Hide file tree
Showing 153 changed files with 8,617 additions and 1,394 deletions.
4 changes: 1 addition & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,6 @@ branch.
on:
push:
paths: ["R/**"]
pull_request:
paths: ["R/**"]
name: Document
Expand Down Expand Up @@ -604,7 +602,7 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add man/\* NAMESPACE
git add man/\* NAMESPACE DESCRIPTION
git commit -m "Update documentation" || echo "No changes to commit"
git pull --ff-only
git push origin
Expand Down
2 changes: 1 addition & 1 deletion examples/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add man/\* NAMESPACE
git add man/\* NAMESPACE DESCRIPTION
git commit -m "Update documentation" || echo "No changes to commit"
git pull --ff-only
git push origin
6 changes: 3 additions & 3 deletions pr-fetch/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 68 additions & 20 deletions pr-fetch/node_modules/json5/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 34 additions & 7 deletions pr-fetch/node_modules/json5/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-fetch/node_modules/json5/dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-fetch/node_modules/json5/dist/index.min.mjs

Large diffs are not rendered by default.

41 changes: 34 additions & 7 deletions pr-fetch/node_modules/json5/dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 34 additions & 7 deletions pr-fetch/node_modules/json5/lib/parse.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions pr-fetch/node_modules/json5/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc529f1

Please sign in to comment.