Skip to content

Bump actions/configure-pages from 5.0.0 to 6.0.0 #810

Bump actions/configure-pages from 5.0.0 to 6.0.0

Bump actions/configure-pages from 5.0.0 to 6.0.0 #810

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
with:
ruby-version: '3.0'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop