Skip to content

Merge pull request #2 from substancelab/standardrb #27

Merge pull request #2 from substancelab/standardrb

Merge pull request #2 from substancelab/standardrb #27

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run the default task
run: bundle exec rake
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Lint
run: bundle exec standardrb