Commit 2f07046 1 parent 6fd94f5 commit 2f07046 Copy full SHA for 2f07046
File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 67
67
- name : Run linter
68
68
run : npm run lint
69
69
70
- audit :
71
- needs : [setup]
72
- runs-on : ubuntu-latest
73
- steps :
74
- - name : Checkout 🛎️
75
- uses : actions/checkout@v3
76
- with :
77
- ref : ${{ github.event.pull_request.head.ref }}
78
- repository : ${{ github.event.pull_request.head.repo.full_name }}
79
- fetch-depth : 0
80
-
81
- - name : Setup Node.js
82
- uses : actions/setup-node@v2
83
- with :
84
- node-version : ${{ needs.setup.outputs.nvmrc }}
85
- cache : npm
86
-
87
- - name : Restore npm installs and Lerna setup
88
- run : npm ci --ignore-scripts
89
-
90
- - name : Audit Dependencies
91
- run : npm run audit:ci
92
- env :
93
- OSSI_USERNAME : ${{ secrets.OSSI_USERNAME }}
94
- OSSI_TOKEN : ${{ secrets.OSSI_TOKEN }}
95
-
96
70
test :
97
71
needs : [setup]
98
72
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments