Skip to content

Bump actions/checkout from 5 to 6 (#547) #43

Bump actions/checkout from 5 to 6 (#547)

Bump actions/checkout from 5 to 6 (#547) #43

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Linting
on: [push]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- run: bundle install
- name: rubocop runs
run: rubocop