-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rvmsswt002 patch 11 #96
Open
rvmsswt002
wants to merge
16
commits into
Azure:master
Choose a base branch
from
rvmsswt002:rvmsswt002-patch-11
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e76d300
Create main.yml
rvmsswt002 f22268e
Update main.yml
rvmsswt002 d44e4c2
Update main.yml
rvmsswt002 cc16135
Update README.md
rvmsswt002 124c197
Create node.js.yml
rvmsswt002 e96c6d0
Update main.yml
rvmsswt002 c2ee6b9
Update node.js.yml
rvmsswt002 d7c860b
Merge pull request #2 from rvmsswt002/rvmsswt002-patch-2
rvmsswt002 239eb38
Update main.yml
rvmsswt002 f3ef35a
Merge pull request #3 from rvmsswt002/rvmsswt002-patch-3
rvmsswt002 fa6838f
Merge pull request #1 from rvmsswt002/rvmsswt002-patch-1
rvmsswt002 26df3dc
Update README.md
rvmsswt002 fe72361
Merge pull request #4 from rvmsswt002/rvmsswt002-patch-4
rvmsswt002 1f6f9f2
Update README.md
rvmsswt002 d69b650
Merge pull request #5 from rvmsswt002/rvmsswt002-patch-5
rvmsswt002 b39604b
Update README.md
rvmsswt002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,19 @@ | ||
name: 01-trigger-azure-cast-scan-pipeline | ||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "master" ] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
CastScanning: | ||
#runs-on: ubuntu-latest | ||
runs-on: self-hosted | ||
steps: | ||
- name: Azure pipelines actions | ||
uses: Azure/pipelines@v1 | ||
with: | ||
azure-devops-project-url: 'https://dev.azure.com/rvmado/NVS_EH' | ||
azure-pipeline-name: 'azure-pipelines-action' | ||
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}' |
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,30 @@ | ||
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs | ||
|
||
name: Node.js CI | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "master" ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [20.5.0] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: 'npm' | ||
- run: npm cache clean --force | ||
- run: npm install npm@latest -g |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a typo?