Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/docs/dns-packet-5.4.0 #498

Merge branch 'main' into dependabot/npm_and_yarn/docs/dns-packet-5.4.0

Merge branch 'main' into dependabot/npm_and_yarn/docs/dns-packet-5.4.0 #498

Workflow file for this run

name: rubocop
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
- name: Install gems
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: bundle exec rubocop --parallel