Skip to content

Extend the regex for Cisco CE snmp to also extract the hw model #264

Extend the regex for Cisco CE snmp to also extract the hw model

Extend the regex for Cisco CE snmp to also extract the hw model #264

Workflow file for this run

name: Rubocop
on: [push, pull_request]
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: rubocop
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop --parallel --format simple