Skip to content

Bump lewagon/wait-on-check-action from 1.8.1 to 1.9.0 #948

Bump lewagon/wait-on-check-action from 1.8.1 to 1.9.0

Bump lewagon/wait-on-check-action from 1.8.1 to 1.9.0 #948

Workflow file for this run

name: lint
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop