Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-ys authored Aug 6, 2024
1 parent 1e521a5 commit 9dc172d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ jobs:
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Create empty Gemfile if not exists
run: |
if [ ! -f Gemfile ]; then
echo "source 'https://rubygems.org'" > Gemfile
fi
- name: Generate binstubs
run: bundle binstubs bundler-audit brakeman rubocop
# Add or replace any other lints here
Expand Down

0 comments on commit 9dc172d

Please sign in to comment.