Skip to content

Bump actions/checkout from 6.0.0 to 6.0.1 #547

Bump actions/checkout from 6.0.0 to 6.0.1

Bump actions/checkout from 6.0.0 to 6.0.1 #547

Workflow file for this run

name: Lint
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0 # The lowest version Alba supports
bundler-cache: true
- name: Run RuboCop
run: |
bundle exec rubocop