Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 8, 2024
1 parent a6b0c4e commit 182a95d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
run: bundle install
working-directory: xero-ruby

- name: Check Outdated Packages
run: bundle outdated
working-directory: xero-ruby

- name: Check Vulnerable Packages
run: bundle audit
working-directory: xero-ruby

- name: Compile Build
run: find . -name "*.rb" | xargs -n 1 ruby -c > /dev/null 2>&1 || exit 1
working-directory: xero-ruby
Expand Down

0 comments on commit 182a95d

Please sign in to comment.