Skip to content

Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0 #609

Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0

Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0 #609

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop