Skip to content

Support Quality Operator and Add Newer Image formats #14

Support Quality Operator and Add Newer Image formats

Support Quality Operator and Add Newer Image formats #14

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
sunstone:
name: BobRoss Test
runs-on: ubuntu-20.04
steps:
- run: |
sudo apt-get install libvips imagemagick mupdf-tools
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- uses: actions/checkout@v2
- run: bundle
- run: bundle exec rake test