Skip to content

Add analyzer.rb to get some statistics on an errata JSON #12

Add analyzer.rb to get some statistics on an errata JSON

Add analyzer.rb to get some statistics on an errata JSON #12

Workflow file for this run

name: rubocop Linting
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libapt-pkg-dev
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Setup rubocop
run: |
bundle install --with=rubocop
- name: Execute rubocop
run: |
bundle exec rubocop