We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa3a05 commit 976d05fCopy full SHA for 976d05f
.github/workflows/main.yml
@@ -41,6 +41,9 @@ jobs:
41
with:
42
node-version: 14
43
registry-url: https://registry.npmjs.org/
44
+ - name: Install the dependencies
45
+ run: npm i
46
+ if: github.event_name == 'release'
47
- name: Install vsce
48
run: npm i -g vsce
49
if: github.event_name == 'release'
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [1.0.0] - 2021-09-01
9
10
-Initial release of OOXML Validator.
+Initial release of OOXML Validator
11
12
### Added
13
0 commit comments