-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds locally build office-addin-manifest
- Loading branch information
1 parent
f44f5c9
commit c3fca79
Showing
4 changed files
with
30 additions
and
2,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Original file line | Diff line number | Diff line change |
---|---|---|---|
@@ -1,40 +1,50 @@ | |||
name: Pull request | name: Pull request | ||
|
|
||
|
|||
on: | on: | ||
push: | push: | ||
branches: ['*'] | branches: ["*"] | ||
|
|
||
jobs: | jobs: | ||
yarn: | yarn_new_package: | ||
runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||
|
|
||
steps: | steps: | ||
- uses: actions/checkout@v2 | |||
|
|
||
- uses: actions/checkout@v2 | - uses: actions/setup-node@v2 | ||
with: | |||
node-version: "14" | |||
|
|
||
- uses: actions/setup-node@v2 | - run: yarn install | ||
with: | |||
node-version: '14' | |||
|
|
||
- run: yarn install | - run: yarn add ./office-addin-manifest-1.7.6.tgz | ||
|
|||
- run: yarn run validate | |||
|
|
||
- run: yarn run validate | |||
|
|
||
npm: | yarn: | ||
runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||
|
|
||
steps: | steps: | ||
- uses: actions/checkout@v2 | |||
|
|||
- uses: actions/setup-node@v2 | |||
with: | |||
node-version: "14" | |||
|
|
||
- uses: actions/checkout@v2 | - run: yarn install | ||
|
|
||
- uses: actions/setup-node@v2 | - run: yarn run validate | ||
with: |
|
||
node-version: '14' | npm: | ||
runs-on: ubuntu-latest | |||
|
|||
steps: | |||
- uses: actions/checkout@v2 | |||
|
|
||
- run: npm install | - uses: actions/setup-node@v2 | ||
with: | |||
node-version: "14" | |||
|
|
||
- run: npm run validate | - run: npm install | ||
|
|
||
|
- run: npm run validate |
Binary file not shown.
Oops, something went wrong.