Skip to content

Commit

Permalink
Merge it into one job
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Oct 7, 2023
1 parent 0288779 commit 2d5c50e
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,15 @@ on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
with:
ruby-version: 3.2.2
bundler-cache: true
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Verify version
run: ruby -v
- name: Run the default task
run: bundle exec rake

lint:
runs-on: ubuntu-latest
with:
ruby-version: 3.2.2
bundler-cache: true
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: StandardRB
uses: andrewmcodes/[email protected]

0 comments on commit 2d5c50e

Please sign in to comment.