-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
47 additions
and
48 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 |
---|---|---|
@@ -1,33 +1,17 @@ | ||
name: NodeSource Certification process | ||
on: [push, pull_request] | ||
name: NodeSource Certification | ||
on: pull_request | ||
|
||
jobs: | ||
ncm_report: | ||
runs-on: ubuntu-latest | ||
name: NodeSource Certification process | ||
name: N|S -> NCM Pipeline | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- run: npm install | ||
- name: Report without options | ||
- name: NCM Report | ||
id: report | ||
uses: nodesource/ncm-report-github-action@master | ||
uses: nodesource/ncm-report-github-action@v1.1.0 | ||
with: | ||
token: ${{ secrets.NCM_TOKEN }} | ||
- name: Report with --long | ||
id: report_long | ||
uses: nodesource/ncm-report-github-action@master | ||
with: | ||
token: ${{ secrets.NCM_TOKEN }} | ||
long: 'yes' | ||
- name: Report with --compliance | ||
id: report_compliance | ||
uses: nodesource/ncm-report-github-action@master | ||
with: | ||
token: ${{ secrets.NCM_TOKEN }} | ||
compliance: 'yes' | ||
- name: Report with --security | ||
id: report_security | ||
uses: nodesource/ncm-report-github-action@master | ||
with: | ||
token: ${{ secrets.NCM_TOKEN }} | ||
security: 'yes' | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
github_job_name: N|S -> NCM Pipeline |
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
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
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
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
This file was deleted.
Oops, something went wrong.