Skip to content

chore(deps): bump language_server-protocol from 3.17.0.4 to 3.17.0.5 #4897

chore(deps): bump language_server-protocol from 3.17.0.4 to 3.17.0.5

chore(deps): bump language_server-protocol from 3.17.0.4 to 3.17.0.5 #4897

Workflow file for this run

name: Lint
on:
pull_request_target:
workflow_dispatch:
merge_group:
permissions:
contents: write
checks: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
with:
bundler-cache: true
- name: Run linters
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
if: ${{ github.event_name == 'pull_request_target' }}
with:
auto_fix: true
rubocop: true
rubocop_command_prefix: bundle exec