Skip to content

Commit

Permalink
ci: run standard in the suite
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 5, 2024
1 parent ef98971 commit caea6e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ on:
- '*'

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler: latest
bundler-cache: true
- run: bundle exec rake standard

build:
needs: [ lint ]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit caea6e6

Please sign in to comment.