forked from innerspacetrainings/Prace.js
-
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.
updated packages to latest version (#1)
## System changed - Dependency versions - Build ## Description Updated packages to latest version to support new features available in GitHub Actions, including GitHub enterprise edition (this PR brings that new functionality: actions/toolkit#794). Some dependency types have changed and they have been updated to the new types. The `octokitHack.ts` file is no longer needed as that bug has been fixed: actions/toolkit#228 The build directory has been recreated.
- Loading branch information
Showing
18 changed files
with
10,912 additions
and
18,310 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 | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
name: Continuous testing | ||
|
||
on: | ||
pull_request: | ||
types: [ | ||
'opened', | ||
'synchronize' | ||
] | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
test-action: | ||
name: Action test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Use node 12 | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 12 | ||
- name: install | ||
run: npm ci | ||
- name: test-lint | ||
run: npm run test:lint | ||
- name: test-unit | ||
run: npm run test:unit | ||
- name: build | ||
run: npm run build |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.