Skip to content

Commit a268e46

Browse files
author
sangeet-joy_xero
committed
audit step removed
1 parent d740a4f commit a268e46

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ jobs:
2424
run: bundle install
2525
working-directory: xero-ruby
2626

27-
- name: Check Vulnerable Packages
28-
run: bundle audit
29-
working-directory: xero-ruby
30-
31-
- name: Check Outdated Packages
32-
run: bundle outdated || true
33-
working-directory: xero-ruby
34-
3527
- name: Compile Build
3628
run: find . -name "*.rb" | xargs -n 1 ruby -c > /dev/null 2>&1 || exit 1
3729
working-directory: xero-ruby

0 commit comments

Comments
 (0)