Skip to content

Pin GitHub Actions to commit SHAs and update dependabot config #27

Pin GitHub Actions to commit SHAs and update dependabot config

Pin GitHub Actions to commit SHAs and update dependabot config #27

on: [push]
name: Ruby linter (Rubocop)
jobs:
linter_rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop --parallel