File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : npm-audit-fix
2
2
3
- on : [push]
3
+ on :
4
+ push :
5
+ branches : production
4
6
5
7
jobs :
6
8
build :
7
-
8
9
runs-on : ubuntu-latest
9
-
10
10
steps :
11
11
- uses : actions/checkout@v1
12
- - name : Run a one-line script
13
- run : echo Hello, world!
14
- - name : Run a multi-line script
15
- run : |
16
- echo Add other actions to build,
17
- echo test, and deploy your project.
18
12
- name : npm audit action
19
13
20
14
with :
Original file line number Diff line number Diff line change 9
9
10
10
[ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/ad665e3b-60e0-491c-9126-7f5002058f16/deploy-status )] ( https://app.netlify.com/sites/writespeakcode/deploys )
11
11
[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square )] ( https://github.com/prettier/prettier )
12
- [ ![ Build Status ] ( https://travis-ci.org /WriteSpeakCode/writespeakcode.com.svg?branch=production )] ( https://travis-ci.org/WriteSpeakCode/writespeakcode.com )
12
+ ![ Npm Audit Fix ] ( https://github.com /WriteSpeakCode/writespeakcode.com/workflows/npm-audit-fix/badge.svg )
13
13
14
14
<!-- TOC -->
15
15
You can’t perform that action at this time.
0 commit comments