We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d740a4f commit a268e46Copy full SHA for a268e46
.github/workflows/build-test-lint.yml
@@ -24,14 +24,6 @@ jobs:
24
run: bundle install
25
working-directory: xero-ruby
26
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
34
35
- name: Compile Build
36
run: find . -name "*.rb" | xargs -n 1 ruby -c > /dev/null 2>&1 || exit 1
37
0 commit comments