Skip to content

CI: Test with latest Solidus, Ruby and Alchemy #88

CI: Test with latest Solidus, Ruby and Alchemy

CI: Test with latest Solidus, Ruby and Alchemy #88

Workflow file for this run

name: Lint
on: [pull_request]
concurrency:
group: lint-${{ github.ref_name }}
cancel-in-progress: ${{ github.ref_name != 'main' }}
permissions:
contents: read
jobs:
Standard:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
rubygems: "latest"
- name: Lint Ruby files
run: bundle exec standardrb