Skip to content

Commit

Permalink
revert: "ci: turn off audit" - c26fa63
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 10, 2020
1 parent 4132f54 commit 53f2a58
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -137,8 +137,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -175,8 +175,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -227,8 +227,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -268,8 +268,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -312,8 +312,8 @@ jobs:
- name: install pnpm
run: npm install pnpm -g

# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -356,8 +356,8 @@ jobs:
- name: install pnpm
run: npm install pnpm -g

# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down Expand Up @@ -400,8 +400,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
curl -L https://unpkg.com/@pnpm/self-installer | node
pnpm config set store-dir $PNPM_CACHE_FOLDER
# - name: audit dependencies
# run: pnpm audit --audit-level high
- name: audit dependencies
run: pnpm audit --audit-level high

- name: install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions support/azure/pipeline-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ steps:
path: $(PNPM_CACHE_FOLDER)
displayName: 'cache pnpm'

# - bash: pnpm audit --audit-level high
# displayName: 'audit dependencies'
- bash: pnpm audit --audit-level high
displayName: 'audit dependencies'

- bash: pnpm install
displayName: 'install dependencies'

1 comment on commit 53f2a58

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://5f0866aed678f4dd704ed923--remirror.netlify.app

Please sign in to comment.