We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca6af0 commit 807024dCopy full SHA for 807024d
2 files changed
.github/workflows/namespace_declarations.yml
@@ -83,6 +83,11 @@ jobs:
83
run: |
84
make list-pkgs-namespaces | node lib/node_modules/@stdlib/_tools/scripts/create_namespace_types.js
85
86
+ # Disable Git hooks:
87
+ - name: 'Disable Git hooks'
88
+ run: |
89
+ rm -rf .git/hooks
90
+
91
# Create a pull request with the updated declarations:
92
- name: 'Create pull request'
93
id: cpr
.github/workflows/namespace_exports.yml
@@ -105,6 +105,11 @@ jobs:
105
# Lint and fix namespace exports:
106
make FILES="${namespaces}" FIX=1 FIX_TYPE="suggestion" lint-javascript-files
107
108
109
110
111
112
113
# Create a pull request with the updated namespace exports:
114
115
0 commit comments