Skip to content

Commit

Permalink
updated yml audits
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Apr 14, 2021
1 parent 03bba69 commit 7e6e8e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ workflows:
title: Yarn Install
- script@1:
inputs:
- content: |-
- content: |-
#!/usr/bin/env bash
# fail if any commands fails
set -e
# debug log
set -x
# write your script here
yarn audit
# or run a script from your repository, like:
# bash ./path/to/script.sh
# not just bash, e.g.:
# ruby ./path/to/script.rb
- script_file_path: "./scripts/yarn-audit.sh"
title: Audit Dependencies
# - yarn@0:
Expand Down

0 comments on commit 7e6e8e7

Please sign in to comment.