Skip to content

chore(deps): bump @algolia/autocomplete-js from 1.17.0 to 1.17.7 #363

chore(deps): bump @algolia/autocomplete-js from 1.17.0 to 1.17.7

chore(deps): bump @algolia/autocomplete-js from 1.17.0 to 1.17.7 #363

Workflow file for this run

name: Linting with RuboCop
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel --fail-level C