Skip to content

Update installation of bzip2 in windows tests. #41

Update installation of bzip2 in windows tests.

Update installation of bzip2 in windows tests. #41

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout rubyzip-bzip2 code
uses: actions/checkout@v4
- name: Install and set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop